TemplateInfo.HtmlFieldPrefix Property

Gets or sets the HTML field prefix.

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

'Declaration
Public Property HtmlFieldPrefix As String 
	Get 
	Set
'Usage
Dim instance As TemplateInfo 
Dim value As String 

value = instance.HtmlFieldPrefix

instance.HtmlFieldPrefix = value

Property Value

Type: System.String
The HTML field prefix.
Show: