Dynamicweb 8 Documentation
RenderField Method (StylishFormRenderer)

Field name.
Field value.
Output stream.
Renders the given fields.
Syntax
'Declaration
 
Public Overrides Sub RenderField( _ 
   ByVal name As String, _ 
   ByVal value As String, _ 
   ByVal output As TextWriter _ 
) 
public override void RenderField( 
   string name,
   string value,
   TextWriter output 
)

Parameters

name
Field name.
value
Field value.
output
Output stream.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

StylishFormRenderer Class
StylishFormRenderer Members
Base Implementation in RenderField

Send Feedback