0 out of 1 rated this helpful - Rate this topic

IValueProvider.ContainsPrefix Method

Determines whether the collection contains the specified prefix.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)
bool ContainsPrefix(
	string prefix
)

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.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.