TemplateInfo.GetFullHtmlFieldId(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the full DOM ID of a field using the specified HTML name attribute.
public string GetFullHtmlFieldId(string partialFieldName);
member this.GetFullHtmlFieldId : string -> string
Public Function GetFullHtmlFieldId (partialFieldName As String) As String
Parameters
- partialFieldName
- String
The value of the HTML name attribute.
Returns
The full DOM ID.