Click or drag to resize
Askia

IControlRender Interface

Represents the result of the control rendering

Namespace:  AskiaCore
Assembly:  AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax
public interface IControlRender

The IControlRender type exposes the following members.

Properties
  NameDescription
Public propertyErrors
Returns the collection of possible errors
Public propertyFooter
Footer part of the rendered control
Public propertyHeader
Header part of the rendered control
Public propertyIsRendered
Indicates if the control has been successfully rendered
Public propertyOutputId
Id of the output that has been used
Public propertyPlaceholder
Placeholder part of the rendered control
Top
See Also