Sitefinity CMS

Telerik.Framework Send comments on this topic.
UrlRewriterService Class Members
See Also  Properties  Methods 
Telerik.Web Namespace : UrlRewriterService Class


The following tables list the members exposed by UrlRewriterService.

Public Properties

 NameDescription
Public PropertyItemKey String representing a key used to store and retrieve the item ID for the current HttpContext or QueryString.  
Public PropertyPaths Gets a collection of available item paths.  
Public PropertyProviderKey  
Top

Public Methods

 NameDescription
Public MethodGetItemUrlOverloaded.  Generates a virtual path for the provided data item.  
Public Methodstatic (Shared in Visual Basic)GetServiceOverloaded.   
Public MethodGetUrlDataOverloaded.  Gets the item data from the URL of the current request. If the current URL represents a virtual path to a data item an IUrlRewriteData object is returned otherwise null is returned.  
Public MethodInitialize Initializes the service.  
Public MethodRemoveUrlData  
Top

Protected Methods

 NameDescription
Protected MethodCache  
Top

See Also