TemplateInfo.GetFullHtmlFieldName Method
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)
'Declaration Public Function GetFullHtmlFieldName ( _ partialFieldName As String _ ) As String 'Usage Dim instance As TemplateInfo Dim partialFieldName As String Dim returnValue As String returnValue = instance.GetFullHtmlFieldName(partialFieldName)
Parameters
- partialFieldName
- Type: System.String
The value of the HTML name attribute.
Show: