Method | Description | |
---|---|---|
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 ( |
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.
|
Method | Description | |
---|---|---|
RegisterScripts ( ) : void |
protected AddAttributesToRender ( System.Web.UI.HtmlTextWriter writer ) : void | ||
writer | System.Web.UI.HtmlTextWriter | |
return | void |
protected OnPreRender ( |
||
e | An |
|
return | void |
protected Render ( System.Web.UI.HtmlTextWriter writer ) : void | ||
writer | System.Web.UI.HtmlTextWriter | The |
return | void |
protected RenderContents ( System.Web.UI.HtmlTextWriter writer ) : void | ||
writer | System.Web.UI.HtmlTextWriter | A |
return | void |