HttpParameterDescriptor.Prefix Property

 

Gets the prefix of this parameter.

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

Syntax

public virtual string Prefix { get; }
public:
property String^ Prefix {
    virtual String^ get();
}
abstract Prefix : string with get
override Prefix : string with get
Public Overridable ReadOnly Property Prefix As String

Property Value

Type: System.String

The prefix of this parameter.

See Also

HttpParameterDescriptor Class
System.Web.Http.Controllers Namespace

Return to top