Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MVC] Converting the result from View method #25

Open
ssnenov opened this issue Oct 31, 2016 · 0 comments
Open

[MVC] Converting the result from View method #25

ssnenov opened this issue Oct 31, 2016 · 0 comments
Labels
Milestone

Comments

@ssnenov
Copy link
Owner

ssnenov commented Oct 31, 2016

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();
}
@ssnenov ssnenov added this to the 1.2.0 milestone Nov 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant