TemplateInfo.GetFullHtmlFieldName(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.
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
.