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
{{ message }}
This repository was archived by the owner on Dec 8, 2018. It is now read-only.
Is it possible to preserve the original querystring when using UseStatusCodePagesWithReExecute. If so, will the params stay on the url or will they be stored somewhere else? If stored somewhere else :-), how are they accessed after the fact?
Thanks!
The text was updated successfully, but these errors were encountered:
Ah, you found a bug. The original commit (48b436e) added OriginalQueryString to StatusCodeReExecuteFeature but not to the interface IStatusCodeReExecuteFeature. You can work around this by downcasting to StatusCodeReExecuteFeature.
@muratg, as this requires a change to the interface we'll have to wait until 2.0.
Is it possible to preserve the original querystring when using UseStatusCodePagesWithReExecute. If so, will the params stay on the url or will they be stored somewhere else? If stored somewhere else :-), how are they accessed after the fact?
Thanks!
The text was updated successfully, but these errors were encountered: