RequestContextExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extensions for working with RequestContext.
public static class RequestContextExtensions
type RequestContextExtensions = class
Public Module RequestContextExtensions
Public Class RequestContextExtensions
- Inheritance
-
RequestContextExtensions
Methods
| Name | Description |
|---|---|
| Export(DeepCopier) |
Exports a copy of the current RequestContext. |
| Export(SerializationManager) | |
| Import(Dictionary<String,Object>) |
Imports the specified context data into the current RequestContext, clearing all existing values. |