TemplateInfo.GetFullHtmlFieldName(String) Method

Definition

Returns the full HTML element name for the specified partialFieldName.

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

Parameters

partialFieldName
String

Expression name, relative to the current model.

Returns

Fully-qualified expression name for partialFieldName.

Applies to