BuildManagerCompiledView::ViewPath Property

Gets or sets the view path.

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

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

Property Value

Type: System::String
The view path.
Show: