TemplateInfo.GetFullHtmlFieldId(String) Method

Definition

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.

Applies to