C# Class Engage.Dnn.Publish.Tags.TagEntry

显示文件 Open project: EngageSoftware/Engage-Publish Class Usage Examples

Protected Properties

Property Type Description
acTags global::AjaxControlToolkit.AutoCompleteExtender
txtTags global::System.Web.UI.WebControls.TextBox

Protected Methods

Method Description
OnInit ( EventArgs e ) : void

Private Methods

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

Method Details

OnInit() protected method

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

Property Details

acTags protected_oe property

acTags control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::AjaxControlToolkit.AutoCompleteExtender acTags
return global::AjaxControlToolkit.AutoCompleteExtender

txtTags protected_oe property

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