VAR.WebFormsCore
VAR.WebFormsCore is a web framework based lightly on ASP.Net WebForms.
Features
- Components
- Control
- HtmlGenericControl, Panel
- Button
- Label and LiteralControl
- HiddenField
- TextBox and CTextBox
- HtmlHead, HtmlMeta, HtmlBody and Page
- Checkbox and Radiobutton
- DataGrid
- FileUpload
- Pages
- Common page
- Error page
- Login page
- Interface
- AspnetCore
Usage
Currently there are two libraries:
VAR.WebFormsCore
: Core implementation of WebFormsCoreVAR.WebFormsCore.AspnetCore
: AspnetCore interface
And one test web-application:
VAR.WebFormsCore.TestWebApp
: A simple example web-application using WebFormsCore.
Building
A SLN solution is provided, for usage on Visual Studio, Rider or any editor with Omnisharp.
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
Credits
- Valeriano Alfonso Rodriguez.