IListRequestHandler.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
- interface IListRequestHandler
Gets a state bag that can be used as storage within a request handler context.
public IDictionary<string, object> StateBag { get; }