Table of Contents

Class ResourceBundle

Namespace
InSite.Common.Web.UI
Assembly
InSite.UI.dll
public class ResourceBundle : Control, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor
Inheritance
ResourceBundle
Implements
Inherited Members

Constructors

ResourceBundle()

public ResourceBundle()

Properties

EnableBundling

public bool EnableBundling { get; set; }

Property Value

bool

EnableDebug

public bool EnableDebug { get; set; }

Property Value

bool

Items

[PersistenceMode(PersistenceMode.InnerProperty)]
public Collection<ResourceBundleItem> Items { get; }

Property Value

Collection<ResourceBundleItem>

Type

public ResourceLink.ResourceType Type { get; set; }

Property Value

ResourceLink.ResourceType

Methods

OnPreRender(EventArgs)

protected override void OnPreRender(EventArgs e)

Parameters

e EventArgs

RenderControl(HtmlTextWriter)

public override void RenderControl(HtmlTextWriter writer)

Parameters

writer HtmlTextWriter