AspNetCore.Docs/api/autoapi/Microsoft/AspNet/Session/index.rst

93 lines
1.4 KiB
ReStructuredText

Microsoft.AspNet.Session Namespace
==================================
.. toctree::
:hidden:
:maxdepth: 2
/autoapi/Microsoft/AspNet/Session/DistributedSession/index
/autoapi/Microsoft/AspNet/Session/DistributedSessionStore/index
/autoapi/Microsoft/AspNet/Session/ISessionStore/index
/autoapi/Microsoft/AspNet/Session/SessionDefaults/index
/autoapi/Microsoft/AspNet/Session/SessionFeature/index
/autoapi/Microsoft/AspNet/Session/SessionMiddleware/index
/autoapi/Microsoft/AspNet/Session/SessionOptions/index
.. dn:namespace:: Microsoft.AspNet.Session
.. rubric:: Classes
class :dn:cls:`Microsoft.AspNet.Session.DistributedSession`
class :dn:cls:`Microsoft.AspNet.Session.DistributedSessionStore`
class :dn:cls:`Microsoft.AspNet.Session.SessionDefaults`
Represents defaults for the Session.
class :dn:cls:`Microsoft.AspNet.Session.SessionFeature`
class :dn:cls:`Microsoft.AspNet.Session.SessionMiddleware`
Enables the session state for the application.
class :dn:cls:`Microsoft.AspNet.Session.SessionOptions`
Represents the session state options for the application.
.. rubric:: Interfaces
interface :dn:iface:`Microsoft.AspNet.Session.ISessionStore`