Share via


ViewStartPage.Url Property

When implemented in a derived class, gets the URL for the view start page.

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

Syntax

'Declaration
Public ReadOnly Property Url As UrlHelper
'Usage
Dim instance As ViewStartPage
Dim value As UrlHelper

value = instance.Url
public UrlHelper Url { get; }
public:
virtual property UrlHelper^ Url {
    UrlHelper^ get () sealed;
}
final function get Url () : UrlHelper

Property Value

Type: System.Web.Mvc.UrlHelper
The URL for the view start page.

See Also

Reference

ViewStartPage Class

System.Web.Mvc Namespace