RouteAreaAttribute::AreaPrefix Property

 

Gets the URL prefix to apply to the routes of this area. Defaults to the area's name.

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

public:
property String^ AreaPrefix {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The URL prefix to apply to the routes of this area.

Return to top
Show: