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.
Retrieves the fully qualified name (including a prefix) for a field using the specified HTML name attribute.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public Function GetFullHtmlFieldName ( _
partialFieldName As String _
) As String
public string GetFullHtmlFieldName(
string partialFieldName
)
public:
String^ GetFullHtmlFieldName(
String^ partialFieldName
)
Parameters
- partialFieldName
Type: System.String
The value of the HTML name attribute.
Return Value
Type: System.String
The prefixed name of the field.