C# Class XAF_Bootstrap.Controls.HTMLText

Inheritance: System.Web.UI.WebControls.WebControl
Mostrar archivo Open project: Terricks/XAFBootstrap Class Usage Examples

Public Properties

Property Type Description
Text string

Public Methods

Method Description
HTMLText ( ) : System
HTMLText ( String text ) : System

Protected Methods

Method Description
Render ( System.Web.UI.HtmlTextWriter writer ) : void

Method Details

HTMLText() public method

public HTMLText ( ) : System
return System

HTMLText() public method

public HTMLText ( String text ) : System
text String
return System

Render() protected method

protected Render ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
return void

Property Details

Text public_oe property

public string Text
return string