Skip to content

IRetrieveRequestHandler.StateBag property

Gets a state bag that can be used as storage within a request handler context.

public IDictionary<string, object> StateBag { get; }

See Also