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

The Power BI token Web Control
Inheritance: System.Web.UI.Control
Afficher le fichier Open project: Microsoft/PowerBI-CSharp

Méthodes protégées

Méthode 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

Méthode Description
GetAccessToken ( ) : string

Method Details

OnPreRender() protected méthode

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

Render() protected méthode

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.
Résultat void