Class RequestItems
Inserts items into HttpContext.Current.Items.
public static class RequestItems
- Inheritance
-
objectRequestItems
Properties
CurrentItems
Gets the current items.
public static IThreadContextItems CurrentItems { get; }
Property Value
ReadOnlyCurrentItems
Gets the current items or null if they don't exist
public static IThreadContextItems ReadOnlyCurrentItems { get; }
Property Value
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
stringStarting string of the objects to be removed