C# Class DotNetNuke.Modules.Xml.XmlModule

Mostra file Open project: DNNCommunity/DNN.XML

Protected Properties

Property Type Description
lnkShowContent global::System.Web.UI.WebControls.HyperLink

Public Methods

Method Description
XmlModule ( ) : System

Private Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void

Page_Load runs when the control is loaded

Method Details

XmlModule() public method

public XmlModule ( ) : System
return System

Property Details

lnkShowContent protected_oe property

lnkShowContent control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.HyperLink lnkShowContent
return global::System.Web.UI.WebControls.HyperLink