RoutePrefixAttribute.Prefix Property

 

Gets the route prefix.

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

Syntax

public virtual string Prefix {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    private set;
}
public:
property String^ Prefix {
    [CompilerGeneratedAttribute]
    virtual String^ get();
    [CompilerGeneratedAttribute]
    private: virtual void set(String^ value);
}
abstract Prefix : string with get, private set
override Prefix : string with get, private set
Public Overridable Property Prefix As String
    Get
    Private Set
End Property

Property Value

Type: System.String

Implements

IRoutePrefix.Prefix

See Also

RoutePrefixAttribute Class
System.Web.Http Namespace

Return to top