TemplateInfo.GetFullHtmlFieldId(String) 方法

定义

使用指定的 HTML 名称属性检索字段的完整 DOM ID。

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

参数

partialFieldName
String

HTML 名称属性的值。

返回

完整 DOM ID。

适用于