TemplateInfo.GetFullHtmlFieldName Method

Visual Studio 2010

Retrieves the fully qualified name (including a prefix) for a field using the specified HTML name attribute.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

public string GetFullHtmlFieldName(
	string partialFieldName
)

Parameters

partialFieldName
Type: System.String
The value of the HTML name attribute.

Return Value

Type: System.String
The prefixed name of the field.

Community Additions

ADD
Show: