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