C# 클래스 Microsoft.PowerBI.AspNet.WebForms.UI.WebControls.Token

The Power BI token Web Control
상속: System.Web.UI.Control
파일 보기 프로젝트 열기: Microsoft/PowerBI-CSharp

보호된 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
GetAccessToken ( ) : string

메소드 상세

OnPreRender() 보호된 메소드

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

Render() 보호된 메소드

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.
리턴 void