FormContext.RenderedField Method (String, Boolean)

Sets a value that indicates whether the specified field has been rendered in the form.

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

'Declaration
Public Sub RenderedField ( _
	fieldName As String, _
	value As Boolean _
)
'Usage
Dim instance As FormContext 
Dim fieldName As String 
Dim value As Boolean

instance.RenderedField(fieldName, value)

Parameters

fieldName
Type: System.String

The field name.

value
Type: System.Boolean

true to specify that the field has been rendered in the form; otherwise, false.

Show: