FriendlyUrl Class

.NET Framework 4.5

Inheritance Hierarchy

System.Object
  Microsoft.AspNet.FriendlyUrls.FriendlyUrl

Namespace:  Microsoft.AspNet.FriendlyUrls
Assembly:  Microsoft.AspNet.FriendlyUrls (in Microsoft.AspNet.FriendlyUrls.dll)

Syntax

'Declaration
Public NotInheritable Class FriendlyUrl
'Usage
public static class FriendlyUrl
public ref class FriendlyUrl abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type FriendlyUrl =  class end
public final class FriendlyUrl

The FriendlyUrl type exposes the following members.

Properties

  Name Description
Public propertyStatic member Segments The URL segments left over after Friendly URLs mapped this request to a file.

Top

Methods

  Name Description
Public methodStatic member Href
Public methodStatic member Resolve Resolves a file handler virtual path to a friendly URL using the registered resolvers.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.AspNet.FriendlyUrls Namespace