TemplateInfo.GetFullHtmlFieldName(String) Method

Definition

Retrieves the fully qualified name (including a prefix) for a field using the specified HTML name attribute.

public string GetFullHtmlFieldName (string partialFieldName);
member this.GetFullHtmlFieldName : string -> string
Public Function GetFullHtmlFieldName (partialFieldName As String) As String

Parameters

partialFieldName
String

The value of the HTML name attribute.

Returns

The prefixed name of the field.

Applies to