CMSAbstractTransformationSearchResultUrl Method |
Returns URL for current search result.
Namespace: CMS.ControlsAssembly: CMS.Controls (in CMS.Controls.dll) Version: 9.0.0
Syntax public string SearchResultUrl(
bool absolute = false,
bool addLangParameter = true
)
Parameters
- absolute (Optional)
- Type: SystemBoolean
Indicates whether generated URL should be absolute. False by default. - addLangParameter (Optional)
- Type: SystemBoolean
Adds culture specific query parameter to the URL if more than one culture version exists. True by default.
Return Value
Type:
StringSee Also