Catatan
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba masuk atau mengubah direktori.
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba mengubah direktori.
Retrieves the full DOM ID of a field using the specified HTML name attribute.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public Function GetFullHtmlFieldId ( _
partialFieldName As String _
) As String
public string GetFullHtmlFieldId(
string partialFieldName
)
public:
String^ GetFullHtmlFieldId(
String^ partialFieldName
)
Parameters
- partialFieldName
Type: System.String
The value of the HTML name attribute.
Return Value
Type: System.String
The full DOM ID.