RemoteAttribute::RouteName Property

Gets or sets the route name.

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

protected:
property String^ RouteName {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: System::String
The route name.
Show: