Skip to content
This repository has been archived by the owner on Jan 11, 2018. It is now read-only.

daveaglick/FluentFrontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FluentFrontend

This project is the spiritual successor to FluentBootstrap. It was built from scratch and has many differences from that previous project, including an expanded scope.

The intent is to provide a fully general code-based HTML generation capability along with optional support for:

It also comes with a more flexible adapter architecture that makes it easier to support different frameworks and platforms:

  • ASP.NET MVC
  • ASP.NET WebPages
  • ASP.NET Core MVC
  • ASP.NET Core Razor Pages
  • Directly to any TextWriter

Some other differences include:

  • All the underlying libraries target netstandard
  • Less crazy generics so it's easier to maintain and enhance (though there's still some)
  • All elements are created from the helper so they no longer have to track which elements make sense as children (that's up to you now)
  • An internal element stack is no longer maintained
  • All elements are now immutable
  • Broader support for general HTML

This project is under very active development and is not ready for public use yet. An official release will be announced later. That said, feel free to look and play around.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages