RoutePrefixAttribute::Prefix Property

 

Gets the route prefix.

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

public:
property String^ Prefix {
	virtual String^ get();
	private: virtual void set(String^ value);
}

Property Value

Type: System::String^

The route prefix.

Return to top
Show: