Sitefinity CMS

Telerik.Cms.Engine Send comments on this topic.
ContentUrlRewriterService Class Members
See Also  Properties  Methods 
Telerik.Cms.Engine Namespace : ContentUrlRewriterService Class


The following tables list the members exposed by ContentUrlRewriterService.

Public Constructors

 NameDescription
Public ConstructorContentUrlRewriterService ConstructorOverloaded.  Initializes a new instance of the ContentUrlRewriterService class.  
Top

Public Properties

 NameDescription
Public Propertystatic (Shared in Visual Basic)Instance  
Public PropertyItemKeyOverridden.  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. (Inherited from Telerik.Web.UrlRewriterService)
Public PropertyProviderKeyOverridden.  String representing a key used to store and retrieve the item provider name for the current HttpContext or QueryString.  
Top

Public Methods

 NameDescription
Public Methodstatic (Shared in Visual Basic)FormatURLOverloaded.  Creates SEO friendly url for the IContent item based on the GenericContentElement settings  
Public MethodGetContentItem  
Public MethodGetItemUrlOverloaded. Overridden.  Generates a virtual path for the provided content item.  
Public MethodGetUrlDataOverloaded. Overridden.  Gets the item data from the provided URL. If the provided URL represents a virtual path to a data item an IUrlRewriteData object is returned otherwise null is returned.  
Public MethodInitializeOverridden.  Initializes the service.  
Public MethodRemoveUrlData (Inherited from Telerik.Web.UrlRewriterService)
Top

Protected Methods

 NameDescription
Protected MethodCache (Inherited from Telerik.Web.UrlRewriterService)
Protected MethodGetContentItemImpl  
Top

See Also