FriendlyUrl Class
.NET Framework 4
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 | |
---|---|---|
Segments | The URL segments left over after Friendly URLs mapped this request to a file. |
Top
Methods
Name | Description | |
---|---|---|
Href | ||
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.