Sitefinity CMS

Telerik.Framework Send comments on this topic.
IUrlRewriterService Interface
See Also  Members  
Telerik.Web Namespace : IUrlRewriterService Interface


Defines methods for providing URL rewriting services. 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 Interface IUrlRewriterService 
   Inherits ISingletonService 
Visual Basic (Usage)Copy Code
Dim instance As IUrlRewriterService
C# 
public interface IUrlRewriterService : ISingletonService  

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