HttpParameterDescriptor.Prefix Property
Gets the prefix of this parameter.
Namespace: System.Web.Http.Controllers
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property Prefix As String
Get
'Usage
Dim instance As HttpParameterDescriptor
Dim value As String
value = instance.Prefix
public virtual string Prefix { get; }
public:
virtual property String^ Prefix {
String^ get ();
}
abstract Prefix : string
override Prefix : string
function get Prefix () : String
Property Value
Type: System.String
The prefix of this parameter.