TemplateInfo.GetFullHtmlFieldId Method

Visual Studio 2010

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)

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.

Community Additions

ADD
Show: