HttpRequestContext.VirtualPathRoot Property

 

Gets or sets the virtual path root.

Namespace:   System.Web.Http.Controllers
Assembly:  System.Web.Http (in System.Web.Http.dll)

Syntax

public virtual string VirtualPathRoot {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
property String^ VirtualPathRoot {
    [CompilerGeneratedAttribute]
    virtual String^ get();
    [CompilerGeneratedAttribute]
    virtual void set(String^ value);
}
abstract VirtualPathRoot : string with get, set
override VirtualPathRoot : string with get, set
Public Overridable Property VirtualPathRoot As String

Property Value

Type: System.String

Returns String.

See Also

HttpRequestContext Class
System.Web.Http.Controllers Namespace

Return to top