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)

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

value = instance.Url

Property Value

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