C# Class Upac.Core.Webcontrols.OEmbed

Inheritance: System.Web.UI.Control
Mostra file Open project: 1508/upac-for-umbraco

Protected Methods

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

Renders the specified output.

Method Details

Render() protected method

Renders the specified output.
protected Render ( System.Web.UI.HtmlTextWriter output ) : void
output System.Web.UI.HtmlTextWriter The output.
return void