Skip to content

[MVC] Converting the result from View method #25

@ssnenov

Description

@ssnenov

As part of MVC framework, an extension method to Controller type could be add - AmpView(). The idea is to convert the result of returned object from View() method.

Example:

public ActionResult Index()
{
     return this.AmpView();
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions