FriendlyUrl.Segments Property

.NET Framework 4

The URL segments left over after Friendly URLs mapped this request to a file.

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

Syntax

'Declaration
Public Shared ReadOnly Property Segments As IList(Of String)
    Get
'Usage
Dim value As IList(Of String)

value = FriendlyUrl.Segments
public static IList<string> Segments { get; }
public:
static property IList<String^>^ Segments {
    IList<String^>^ get ();
}
static member Segments : IList<string>
static function get Segments () : IList<String>

Property Value

Type: System.Collections.Generic.IList<String>

See Also

Reference

FriendlyUrl Class

Microsoft.AspNet.FriendlyUrls Namespace