BuildMaster SDK Reference
Version:

ISimpleControl Interface

Represents a control that can write its state to HTML at any time.

Inheritance Hierarchy

  • Inedo.Web.Controls.ISimpleControl

Syntax

public interface ISimpleControl

Methods

Name Description
WriteHtml(SlimHtmlTextWriter writer)

Writes the HTML.

Remarks

Implementors must not utilize any aspect of the HttpContext, nor rely on any elements of the ASP.NET request lifecycle.