Table of Contents

Class RequestItems

Namespace
CMS.Base
Assembly
CMS.Base.dll

Inserts items into HttpContext.Current.Items.

public static class RequestItems
Inheritance
object
RequestItems

Properties

CurrentItems

Gets the current items.

public static IThreadContextItems CurrentItems { get; }

Property Value

IThreadContextItems

ReadOnlyCurrentItems

Gets the current items or null if they don't exist

public static IThreadContextItems ReadOnlyCurrentItems { get; }

Property Value

IThreadContextItems

Methods

Clear(string)

Remove items which start with selected name.

[Obsolete("Method was not intended for public use and will be removed in the next version.")]
[ObsoleteSince(28, 2)]
public static void Clear(string startsWith)

Parameters

startsWith string

Starting string of the objects to be removed