Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Determines whether the collection contains the specified prefix.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Function ContainsPrefix ( _
prefix As String _
) As Boolean
bool ContainsPrefix(
string prefix
)
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.