FormContext Methods

 

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

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetJsonValidationMetadata()

Returns a serialized object that contains the form identifier and field-validation values for the form.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodGetValidationMetadataForField(String^)

Returns the validation value for the specified input field.

System_CAPS_pubmethodGetValidationMetadataForField(String^, Boolean)

Returns the validation value for the specified input field and a value that indicates what to do if the validation value is not found.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodRenderedField(String^)

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

System_CAPS_pubmethodRenderedField(String^, Boolean)

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

System_CAPS_pubmethodToString()

(Inherited from Object.)

Return to top
Show: