IListRequestHandler.StateBag property

namespace: Serenity.Services   assemblySerenity.Net.Services

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

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

See Also