C# Class Geta.oEmbed.DynamicContent.oEmbedPlugin

Inheritance: IDynamicContent
Show file Open project: Geta/oEmbed

Protected Properties

Property Type Description
height PropertyNumber
url PropertyString
width PropertyNumber

Public Methods

Method Description
GetControl ( PageBase hostPage ) : Control
Render ( PageBase hostPage ) : string
oEmbedPlugin ( ) : System

Method Details

GetControl() public method

public GetControl ( PageBase hostPage ) : Control
hostPage PageBase
return System.Web.UI.Control

Render() public method

public Render ( PageBase hostPage ) : string
hostPage PageBase
return string

oEmbedPlugin() public method

public oEmbedPlugin ( ) : System
return System

Property Details

height protected property

protected PropertyNumber height
return PropertyNumber

url protected property

protected PropertyString url
return PropertyString

width protected property

protected PropertyNumber width
return PropertyNumber