Click or drag to resize

ControlResourcesResourceUrlHelper Class

Provides helper methods to operate with resource URLs.
Inheritance Hierarchy
SystemObject
  Dynamicweb.ControlsControlResourcesResourceUrlHelper

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public class ResourceUrlHelper

The ControlResourcesResourceUrlHelper type exposes the following members.

Constructors
Methods
  NameDescription
Public methodCollectQueryString
Collects query-string for all resources with the given extension.
Public methodGetQueryStringItemValue
Returns the value of the specified query string parameter.
Public methodGetResourcesByExtensions
Retrieves a list of resource files for the specified source by a given list of file extensions.
Public methodGetResourceType
Returns resource type for a given resource.
Public methodGetUniqueExtensions
Retrieves unique extensions.
Public methodNormalizeExtension
Normalizes resource extension (converts it to lower case and removes any spaces and dots).
Public methodSortResources
Performs sorting of resources.
Top
Remarks