DictionaryValueProvider(Of TValue).ContainsPrefix Method (String)

 

Determines whether the collection contains the specified prefix.

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

Public Overridable Function ContainsPrefix (
	prefix As String
) As Boolean

Parameters

prefix
Type: System.String

The prefix to search for.

Return Value

Type: System.Boolean

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

Exception Condition
ArgumentNullException

The prefix parameter is null.

Return to top
Show: