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.
Gets the model name from a string expression.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public Shared Function GetExpressionText ( _
expression As String _
) As String
public static string GetExpressionText(
string expression
)
public:
static String^ GetExpressionText(
String^ expression
)
Parameters
- expression
Type: System.String
The expression.
Return Value
Type: System.String
The model name.