PageUrlNormalization.GetUrl method
Returns the normalized URL of the page from the calculated PageNormalizedUrl cached within the current HttpContext.
Overload list
Name | Description | |
---|---|---|
![]() ![]() |
GetUrl() | Returns the normalized URL of the page from the calculated PageNormalizedUrl cached within the current HttpContext. If the cache is not set, it calculates the normalized URL by using the default PageUrlNormalizationOption. |
![]() ![]() |
GetUrl(Uri, PageUrlNormalizationOption) | Allows the caller to pass in the URL to be normalized by using the specified PageUrlNormalizationOption object. |
![]() ![]() |
GetUrl(Uri, PageUrlNormalizationOption, []) | Allows the caller to pass in the URL to be normalized by using the specified modifier option and parameter list. |
Top