NameValueCollectionValueProvider.ContainsPrefix Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

Syntax

'Declaration
Public Overridable Function ContainsPrefix ( _
    prefix As String _
) As Boolean
public virtual bool ContainsPrefix(
    string prefix
)
public:
virtual bool ContainsPrefix(
    String^ prefix
)
abstract ContainsPrefix : 
        prefix:string -> bool 
override ContainsPrefix : 
        prefix:string -> bool 
public function ContainsPrefix(
    prefix : String
) : boolean

Parameters

Return Value

Type: System.Boolean

Implements

IValueProvider.ContainsPrefix(String)

See Also

Reference

NameValueCollectionValueProvider Class

System.Web.Http.ValueProviders.Providers Namespace