Click or drag to resize
ResourceCollection Class
Inheritance Hierarchy
SystemObject
  System.Web.UIStateManagedCollection
    Kettic.AspNetStronglyTypedStateManagedCollectionResource
      Kettic.AspNet.ControlsResourceCollection

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class ResourceCollection : StronglyTypedStateManagedCollection<Resource>, 
	IEnumerable<Resource>, IEnumerable

The ResourceCollection type exposes the following members.

Constructors
  NameDescription
Public methodResourceCollection
Top
Methods
  NameDescription
Public methodGetResource
Gets the resource that matches the specified type and key.
Public methodGetResourceByType
Gets the first resource (if any) of the specified type.
Public methodGetResourcesByType
Gets the resources of the specified type.
Top
See Also