2023-06-01 04:17:16 +02:00
2025-07-28 23:46:32 +02:00

VAR.WebFormsCore

MIT License

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 WebFormsCore
  • VAR.WebFormsCore.AspnetCore: AspnetCore interface

And one test web-application:

  • VAR.WebFormsCore.TestWebApp: A simple example web-application using WebFormsCore.

Building

An SLN solution is provided, for usage on Visual Studio, Rider or any editor with Omnisharp.

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Credits

  • Valeriano Alfonso Rodriguez.
Description
VAR.WebFormsCore is a web framework based lightly on ASP.Net WebForms.
Readme 935 KiB
Languages
C# 88.8%
JavaScript 7.5%
CSS 3.7%