StubbleOrg / Stubble

Trimmed down {{mustache}} templates in .NET
Other
401 stars 58 forks source link

ASP.NET MVC view engine #84

Closed simonech closed 4 years ago

simonech commented 4 years ago

More a question than an issue: is there an implementation of a ViewEngine for ASP.NET MVC5 or ASP.NET MVC Core?

Romanx commented 4 years ago

Hi there,

The closest you will find is the Nustache MVC5 view engine which is another project that I support and the predecessor to Stubble.

It is something I've considered so maybe it is worth adding a issue for it.

simonech commented 4 years ago

I’m about to start a project that might require using mustache for net as view engine. I’ve had some experience in the early days of asp.net mvc with view engines. I might give it a go in case.

Sent from my iPhone

On 5 Dec 2019, at 19:58, Alex McAuliffe notifications@github.com wrote:

 Hi there,

The closest you will find is the Nustache MVC5 view engine which is another project that I support and the predecessor to Stubble.

It is something I've considered so maybe it is worth adding a issue for it.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

Romanx commented 4 years ago

That sounds great. I'd be happy to link to the project and offer any help I could.

Please feel free to open another issue with any problems you face