Sitefinity CMS

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


Provides base implementation for IUrlRewriterService interface. URL rewriting services are used by web applications and controls to navigate to data items with human readable and SEO friendly URLs.

 

Namespace: Telerik.Web
Assembly: Telerik.Framework (in Telerik.Framework.dll)

Syntax

Visual Basic (Declaration) 
Public MustInherit Class UrlRewriterService 
   Implements ISingletonServiceIUrlRewriterService 
Visual Basic (Usage)Copy Code
Dim instance As UrlRewriterService
C# 
public abstract class 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