Sitefinity CMS

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


Defines methods for providing URL rewriting services for Generic Content items. URL rewriting services are used by web applications and controls to navigate to data items with human readable and SEO friendly URLs.

 

Namespace: Telerik.Cms.Engine
Assembly: Telerik.Cms.Engine (in Telerik.Cms.Engine.dll)

Syntax

Visual Basic (Declaration) 
Public Class ContentUrlRewriterService 
   Inherits UrlRewriterService
   Implements ISingletonServiceIUrlRewriterService 
Visual Basic (Usage)Copy Code
Dim instance As ContentUrlRewriterService
C# 
public class ContentUrlRewriterService : UrlRewriterService, ISingletonServiceIUrlRewriterService  

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also