WebFormView.ViewPath Property

Gets or sets the view path.

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

Syntax

'Declaration
Public Property ViewPath As String
    Get
    Private Set
public string ViewPath { get; private set; }
public:
property String^ ViewPath {
    String^ get ();
    private: void set (String^ value);
}

Property Value

Type: System.String
The view path.

See Also

Reference

WebFormView Class

System.Web.Mvc Namespace