C# Class AJH.CMS.WEB.UI.HTMLViewer_UC

Show file Open project: ajhCMS/AJH.CMS.WEB.UI

Protected Properties

Property Type Description
dvHtml global::System.Web.UI.HtmlControls.HtmlGenericControl

Public Methods

Method Description
GetContainerValue ( int ModuleID, int PortalID, int LanguageID ) : string>.Dictionary

Protected Methods

Method Description
OnInit ( EventArgs e ) : void

Private Methods

Method Description
HTMLViewer_UC_Load ( object sender, EventArgs e ) : void
LoadHTML ( ) : void

Method Details

GetContainerValue() public method

public GetContainerValue ( int ModuleID, int PortalID, int LanguageID ) : string>.Dictionary
ModuleID int
PortalID int
LanguageID int
return string>.Dictionary

OnInit() protected method

protected OnInit ( EventArgs e ) : void
e EventArgs
return void

Property Details

dvHtml protected property

dvHtml control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl dvHtml
return global::System.Web.UI.HtmlControls.HtmlGenericControl