-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Overriding Error Pages from the Template feature #14548
Comments
What's wrong with overriding the views from the theme or web app? |
@hishamco |
We might need extra docs or guides on shapes because it's something special to OC, not ASP.NET Core dev. While I'm not using shapes to much I need a way to override views like normal ASP.NET Core application |
Maybe all you need is to actually use Shapes and OC in a project, so you can learn all about them :) |
I used them when I create |
Actually I just improved them even more by simplifying their injection process. What you did was good. Anyhow, if it is still a confusing topic for you, maybe use them more often so you can get comfortable. Either way, these comments are off the topic of this PR. Ping me separately if you have questions/comments around Shapes. |
I'm just kidding
Thanks |
Only because the PR adds nice features, not because it's easier to customize |
Is your feature request related to a problem? Please describe.
I want to be able to override the error pages using the Template feature.
Describe the solution you'd like
Compose the error views as shapes instead of a standard MVC-action view.
Discussed in #14543
The text was updated successfully, but these errors were encountered: