oferns / RM.Razor

Multitenanted Razor Engine for .NET 5

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RM.Razor

Multitenanted Razor Engine for .NET 5 & .NET 6

This library allows you to use multiple Razor Class Libraries in a single ASP.NET project. It works with MVC and RazorPages.

What does it do?

It allows you to have multiple views in different libraries for the same path in youur ASP.NET application, and allows you to choose which view to use based on request parameters. For example, you could use this library to serve different razor views to different clients based on hostname, or requested culture, or any other variable.

About

Multitenanted Razor Engine for .NET 5

License:MIT License


Languages

Language:C# 98.2%Language:HTML 1.7%Language:JavaScript 0.1%Language:CSS 0.0%