C# Class Microsoft.PowerBI.AspNet.WebForms.UI.WebControls.Token

The Power BI token Web Control
Inheritance: System.Web.UI.Control
Exibir arquivo Open project: Microsoft/PowerBI-CSharp

Protected Methods

Method Description
OnPreRender ( EventArgs e ) : void

Raises the E:System.Web.UI.Control.PreRender event.

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

Sends server control content to a provided T:System.Web.UI.HtmlTextWriter object, which writes the content to be rendered on the client.

Private Methods

Method Description
GetAccessToken ( ) : string

Method Details

OnPreRender() protected method

Raises the E:System.Web.UI.Control.PreRender event.
protected OnPreRender ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
return void

Render() protected method

Sends server control content to a provided T:System.Web.UI.HtmlTextWriter object, which writes the content to be rendered on the client.
protected Render ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter The object that receives the server control content.
return void