You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, custom ErrorPages are transformed by the XSLT and wrapped in the page shell if they are not an instance of the default FatalErrorPage.
For projects that are developing a custom error page and dont want to do the full XSLT transform there should be a way to disable the transform.
This could be done by a runtime property or maybe using a marker interface such as ErrorPageTransform to indicate the transform is required.
The text was updated successfully, but these errors were encountered:
jonathanaustin
changed the title
Custom FatalErrorPages transformed by XLST and wrapped in PageShell.
Custom ErrorPages transformed by XLST and wrapped in PageShell
Aug 5, 2020
At the moment, custom ErrorPages are transformed by the XSLT and wrapped in the page shell if they are not an instance of the default
FatalErrorPage
.For projects that are developing a custom error page and dont want to do the full XSLT transform there should be a way to disable the transform.
This could be done by a runtime property or maybe using a marker interface such as
ErrorPageTransform
to indicate the transform is required.The text was updated successfully, but these errors were encountered: