FormContext.RenderedField Method (String)

Returns 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 Function RenderedField ( _
	fieldName As String _
) As Boolean
'Usage
Dim instance As FormContext 
Dim fieldName As String 
Dim returnValue As Boolean 

returnValue = instance.RenderedField(fieldName)

Parameters

fieldName
Type: System.String

The field name.

Return Value

Type: System.Boolean
true if the field has been rendered; otherwise, false.
Show: