CachedDataAnnotationsMetadataAttributes::HiddenInput Property

Gets the hidden input.

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

public:
property HiddenInputAttribute^ HiddenInput {
	HiddenInputAttribute^ get ();
	protected: void set (HiddenInputAttribute^ value);
}

Property Value

Type: System.Web.Mvc::HiddenInputAttribute
The hidden input.
Show: