-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Angelo edited this page Aug 13, 2017
·
5 revisions
Welcome to the wiki. It is currently under construction
This project aims to extend the ASP.NET frame work where is lacks:
- Inability to get at the outputted Razor HTML. (say for an email.)
- Inability to redirect to a post method from a get method. (say using an email get URL to get a code and hid it in a post for a password reset.)
- Inability to add per page scripting for the head with the bundling system. (some times it would break scripts in other areas.)
- Inability to add file data annotations such as size.
- Inability to add full URLs, as the current URL methods did not include the server or port. (say you wanted to redirect from a email not on the server.)
It also adds some other functionality such as:
- Extra handy string extensions.
- Extra CSS to inline engine(coming soon).
So If you had any of these Problems look no further.
By TheTrueTrooper