Share via


HelperPage.UrlData Property

Gets data related to the URL path.

Namespace:  System.Web.WebPages
Assembly:  System.Web.WebPages (in System.Web.WebPages.dll)

Syntax

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

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

Property Value

Type: System.Collections.Generic.IList<String>
Data related to the URL path.

See Also

Reference

HelperPage Class

System.Web.WebPages Namespace