Outputs the HTML for the rendered control. Uses the HTML controls created with MakeWebControls and renders them to a string.
[Visual Basic] Overridable Public Function ToHtml( _ ByVal ctx As DataContext _ ) _ Implements IDPLControl.ToHtml As String [C#] public virtual string ToHtml( DataContext ctx ); [C++] public: virtual String* ToHtml( DataContext* ctx ); [JScript] public virtual function ToHtml( DataContext ctx ): String;
AbstractControl Class | Portrate.Interview.View.Controls Namespace