Property | Type | Description | |
---|---|---|---|
btnCancel | global::System.Web.UI.WebControls.Button | ||
btnSumbit | global::System.Web.UI.WebControls.Button | ||
lblWiki | global::System.Web.UI.WebControls.Label | ||
txtWiki | global::System.Web.UI.WebControls.TextBox |
Method | Description | |
---|---|---|
Page_Load ( object sender, EventArgs e ) : void | ||
btnCancel_Click ( object sender, EventArgs e ) : void | ||
btnSumbit_Click ( object sender, EventArgs e ) : void |
Method | Description | |
---|---|---|
GetWikiContent ( ) : void | ||
HTMLEncode ( string text ) : string | ||
ToggleVisiblity ( bool visible ) : void | ||
WriteWikiContent ( ) : void |
protected Page_Load ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
return | void |
protected btnCancel_Click ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
return | void |
protected btnSumbit_Click ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
return | void |
protected global::System.Web.UI.WebControls.Button btnCancel | ||
return | global::System.Web.UI.WebControls.Button |
protected global::System.Web.UI.WebControls.Button btnSumbit | ||
return | global::System.Web.UI.WebControls.Button |
protected global::System.Web.UI.WebControls.Label lblWiki | ||
return | global::System.Web.UI.WebControls.Label |