RemoteAttribute.RouteName Property

Gets or sets the route name.

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

'Declaration
Protected Property RouteName As String 
	Get 
	Set
'Usage
Dim value As String 

value = Me.RouteName 

Me.RouteName = value

Property Value

Type: System.String
The route name.
Show: