URLRewriter MembersKentico 8.0 API Reference
The URLRewriter type exposes the following members.
Methods

  NameDescription
Public methodStatic memberGetEditingUrl
Gets the preview page URL
Public methodStatic memberGetGoogleSiteMapURL
Returns sitemap URL for specific site
Public methodStatic memberGetHandledUrl
Returns the url handled by handler404 page.
Public methodStatic memberGetLiveUrl
Gets the live page URL
Public methodStatic memberHandleRewriteRedirect
Handles the rewrite redirect of the request
Public methodStatic memberCheckLicense
Check if license for actual Url is valid.
Public methodStatic memberCheckPublishedState
Checks the published state of the document. If the document is not published and combine with default culture is enabled and default culture is published, default culture is returned. If no published version is found, the page info is set to null.
Public methodStatic memberPageNotFound
Returns the page not found error or redirects to the page not found page
Public methodStatic memberPageNotFoundForNonPublished
Returns true if the non published documents should return page not found result.
Public methodStatic memberPerformPlannedRedirect
Performs the redirect that was previously planned by URL rewriter
Public methodStatic memberProcessABTest
Returns current page info with dependence on ab test settings
Public methodStatic memberProcessPageTemplate
Processes the page template and returns file name to rewrite to, if returning file name is null, no rewriting should occur and was handled internally
Public methodStatic memberProcessRewritingAction
Processes the given rewriting action.
Public methodStatic memberProcessRewritingResult(URLRewritingParams)
Processes the result of URL rewriting and handlers appropriate actions
Public methodStatic memberProcessRewritingResult(RequestStatusEnum, ExcludedSystemEnum, SiteNameOnDemand, ViewModeOnDemand, String)
Processes the result of URL rewriting and handlers appropriate actions
Public methodStatic memberRedirectToMainUrl
Redirects the page to its main URL.
Public methodStatic memberRewritePath
Rewrites the path by using the given file path and query string.
Public methodStatic memberRewriteUrl
Rewrites the URL and performs all operations required after URL rewriting.
Public methodStatic memberSendOutputFromCache
Attempts to send the output of the page from the cache.
Public methodStatic memberSetViewMode
Sets the viewmode if viewmode parameter present in current request parameters.
Public methodStatic memberUseDomainForCulture
Gets the value that indicates whether domain should be used for culture
Public methodStatic memberValidateCulture
Validates the culture value.
Back to Top
Fields

  NameDescription
Public fieldStatic memberCacheItemPriority
Cache item priority.
Public fieldStatic memberPREFIX_CMS_GETATTACHMENT
GetAttachment prefix for CMS pages (pages which require authentication).
Public fieldStatic memberPREFIX_CMS_GETDOC
GetDoc prefix for CMS pages (pages which require authentication).
Public fieldStatic memberPREFIX_CMS_GETFILE
GetFile prefix for CMS pages (pages which require authentication).
Public fieldStatic memberPREFIX_GETATTACHMENT
GetAttachment prefix.
Public fieldStatic memberPREFIX_GETFILE
GetFile prefix.
Back to Top
Properties

  NameDescription
Public propertyStatic memberFixRewriteRedirect
If true, the URL rewriting process attempts to fix the redirect that some module did with wrong URL by another redirect with the original URL. Set true when using cookieless mode. Default is false.
Public propertyStatic memberRedirectLangParameterToPrefix
Gets the value that indicates whether url with lang prefix should be redirected to the culture prefix if culture prefix is enabled for current site
Public propertyStatic memberUseDomaiRedirectForFiles
Indicates whether domain redirect should be used for file request (getattachment, getmediafile, getmetafile, etc)
Public propertyStatic memberUseLiveURLForEditing
If true, the editing and preview mode uses the same URL as the live site
Back to Top
See Also