Class Tags
Assembly: DotNetNuke.Web.dll
public class Tags : WebControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IAttributeAccessor, IPostBackEventHandler, IPostBackDataHandler
Constructors
Declaration
Properties
Declaration
public string AddImageUrl { get; set; }
Property Value
Declaration
public bool AllowTagging { get; set; }
Property Value
Declaration
public string CancelImageUrl { get; set; }
Property Value
ContentItem
Declaration
public ContentItem ContentItem { get; set; }
Property Value
Declaration
public bool IsEditMode { get; set; }
Property Value
Declaration
public string NavigateUrlFormatString { get; set; }
Property Value
Declaration
public string RepeatDirection { get; set; }
Property Value
Declaration
public string SaveImageUrl { get; set; }
Property Value
Declaration
public string Separator { get; set; }
Property Value
Declaration
public bool ShowCategories { get; set; }
Property Value
Declaration
public bool ShowTags { get; set; }
Property Value
Methods
LoadPostData(string, NameValueCollection)
Declaration
public bool LoadPostData(string postDataKey, NameValueCollection postCollection)
Parameters
Returns
Declaration
protected override void OnPreRender(EventArgs e)
Parameters
Overrides
Declaration
protected void OnTagsUpdate(EventArgs e)
Parameters
RaisePostBackEvent(string)
Declaration
public void RaisePostBackEvent(string eventArgument)
Parameters
Type |
Name |
Description |
string |
eventArgument |
|
RaisePostDataChangedEvent()
Declaration
public void RaisePostDataChangedEvent()
RenderControl(HtmlTextWriter)
Declaration
public override void RenderControl(HtmlTextWriter writer)
Parameters
Overrides
Events
Declaration
public event EventHandler<EventArgs> TagsUpdated
Event Type
Implements
Extension Methods