Share via


IValueProvider.ContainsPrefix Method (String)

 

Determines whether the collection contains the specified prefix.

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

Syntax

bool ContainsPrefix(
    string prefix
)
bool ContainsPrefix(
    String^ prefix
)
abstract ContainsPrefix : 
        prefix:string -> bool
Function ContainsPrefix (
    prefix As String
) As Boolean

Parameters

Return Value

Type: System.Boolean

true if the collection contains the specified prefix; otherwise, false.

See Also

IValueProvider Interface
System.Web.Mvc Namespace

Return to top