Skip to content

Allow contract-less composition request handlers to inherit from a base class #814

@mauroservienti

Description

@mauroservienti

Similar to ASP.Net controllers, if a contract-less composition request handler inherits from a base/abstract CompositionHandler class, it'll get access to some base class properties, for example, an HttpRequest Request{ get; } property that allows accessing the current HTTP request without the need of the HttpContextAccessor.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions