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

Base class for all Power BI embed controls
상속: System.Web.UI.WebControls.WebControl
파일 보기 프로젝트 열기: Microsoft/PowerBI-CSharp

보호된 메소드들

메소드 설명
AddAttributesToRender ( System.Web.UI.HtmlTextWriter writer ) : void

CanRender ( ) : bool

Specifies whether this component can render

Embed ( ) : System

Creates a new instance of the embed control

GetAccessToken ( ) : string

Gets the access token for this component

GetEmbedUrl ( ) : string

Gets the embed url for this component

OnPreRender ( EventArgs e ) : void

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

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

Renders the control to the specified HTML writer.

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

Renders the contents of the control to the specified writer. This method is used primarily by control developers.

비공개 메소드들

메소드 설명
RegisterScripts ( ) : void

메소드 상세

AddAttributesToRender() 보호된 메소드

protected AddAttributesToRender ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
리턴 void

CanRender() 보호된 메소드

Specifies whether this component can render
protected CanRender ( ) : bool
리턴 bool

Embed() 보호된 메소드

Creates a new instance of the embed control
protected Embed ( ) : System
리턴 System

GetAccessToken() 보호된 메소드

Gets the access token for this component
protected GetAccessToken ( ) : string
리턴 string

GetEmbedUrl() 보호된 추상적인 메소드

Gets the embed url for this component
protected abstract GetEmbedUrl ( ) : string
리턴 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() 보호된 메소드

Renders the control to the specified HTML writer.
protected Render ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter The object that receives the control content.
리턴 void

RenderContents() 보호된 메소드

Renders the contents of the control to the specified writer. This method is used primarily by control developers.
protected RenderContents ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter A that represents the output stream to render HTML content on the client.
리턴 void