This topic has not yet been rated - Rate this topic

TemplateInfo.GetFullHtmlFieldName Method

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.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.