RichHtmlField.HiddenInput Property

Gets or sets the hidden input form field where the field stores its data.

Namespace:  Microsoft.SharePoint.Publishing.WebControls
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property HiddenInput As HtmlInputHidden
    Get
'Usage
Dim instance As RichHtmlField
Dim value As HtmlInputHidden

value = instance.HiddenInput
public override HtmlInputHidden HiddenInput { get; }

Property Value

Type: System.Web.UI.HtmlControls.HtmlInputHidden
Returns HtmlInputHidden.

See Also

Reference

RichHtmlField Class

RichHtmlField Members

Microsoft.SharePoint.Publishing.WebControls Namespace