Skip to content

feat: allow the specification of a different base class for an API controller in ASP.NET #7

@tmeckel

Description

@tmeckel

Must support

[AllowAnonymous]
public class VacationPolicyController : MyControllerBase
{
    public ActionResult Policy()
    {
        return View();
    }
}

If no custom base class is specified the ASP.NET default class ControllerBase is used.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions