Share via


ComputedField.RenderFieldForInput method

Renders the ComputedField component.

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

Syntax

'Declaration
Protected Overrides Sub RenderFieldForInput ( _
    output As HtmlTextWriter _
)
'Usage
Dim output As HtmlTextWriter

Me.RenderFieldForInput(output)
protected override void RenderFieldForInput(
    HtmlTextWriter output
)

Parameters

See also

Reference

ComputedField class

ComputedField members

Microsoft.SharePoint.WebControls namespace