Share via


RemoteAttribute.RouteName Property

Gets or sets the route name.

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

Syntax

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

value = Me.RouteName

Me.RouteName = value
protected string RouteName { get; set; }
protected:
property String^ RouteName {
    String^ get ();
    void set (String^ value);
}
function get RouteName () : String
function set RouteName (value : String)

Property Value

Type: System.String
The route name.

See Also

Reference

RemoteAttribute Class

System.Web.Mvc Namespace