FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Original HTTPS Page]

WebForms Core · GitHub

WebForms Core

Revolutionary technology for modifying HTML DOMs from the server.

WebForms Core Technology

WebForms Core is an advanced technology for manipulating HTML tags on the server. It is a radical technology that eliminates the need for front-end development. WebForms Core is the easiest way to build web-based systems, because you only need to design an HTML page and manage it using server-side code.

The Renaissance of the Server

WebForms Core uses a server-command/client-execution approach rather than the conventional request–response cycle model that other web frameworks use to handle state and render the UI.

In this technology, the WebForms class on the server automatically communicates with the WebFormsJS library on the client side. To use this technology, you only need to include the WebFormsJS library in the head section of the HTML page and use the WebForms class on the server side.

Example

WebForms form = new WebForms();

form.AddTag("<form>", "h3");
form.AddText("<h3>-1", "File was upload.");
form.AddTag("<form>", "img");
form.SetAttribute("<form>|<img>-1", "src", FilePath);
form.SetWidth("<form>|<img>-1", 400);

Write(form.Response());

Result

Pinned Loading

  1. Web_forms Web_forms Public

    WebForms Core front-end. WebFormsJS is a JavaScript library that manages HTML page tags (insert, edit, delete) based on the data it receives from the server.

    JavaScript 11

  2. Web_forms_classes Web_forms_classes Public

    WebForms Core back-end. WebForms Core technology is available in all programming languages.

    JavaScript 10

Repositories

Loading
Type
Select type
All Public Sources Forks Archived Mirrors Templates
Language
Select language
All JavaScript
Sort
Select order
Last updated Name Stars
Showing 3 of 3 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…


Back | FazBrowse Home | New Git URL