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
I recently updated the WebServer, but this repository doesn't have its submodule and and it isn't updated to use Razor pages. Webpages used to be KeyValuePair<string, object?> based, but now with Razor, more logic can be implemented within views rather than needing to precompile into a dictionary to pass into a view.
The text was updated successfully, but these errors were encountered:
I recently updated the WebServer, but this repository doesn't have its submodule and and it isn't updated to use Razor pages. Webpages used to be KeyValuePair<string, object?> based, but now with Razor, more logic can be implemented within views rather than needing to precompile into a dictionary to pass into a view.
The text was updated successfully, but these errors were encountered: