PageUrlNormalization.SetUrl method
Adds the URI that is passed-in to the cache for the current request.
Overload list
Name | Description | |
---|---|---|
![]() ![]() |
SetUrl(Uri) | Adds the URI that is passed in to the cache for the current request. |
![]() ![]() |
SetUrl(PageUrlNormalizationOption) | Allows the caller to pass in the PageUrlNormalizationOption object. The calculated URL is then stored in cache. |
![]() ![]() |
SetUrl(Uri, PageUrlNormalizationOption) | Allows the caller to pass in the URL to be normalized and the PageUrlNormalizationOption object. The normalized URL is stored in server cache for that request. |
![]() ![]() |
SetUrl(PageUrlNormalizationOption, []) | Allows the caller to pass in the modifier option and parameter list. The calculated URL is then stored in the cache. |
![]() ![]() |
SetUrl(Uri, PageUrlNormalizationOption, []) | Allows the caller to pass in the URL to be normalized, the modifier option, and parameter list. The normalized URL is stored in server cache for that request. |
Top