HTML Encode TagHelper in ASP.NET Core 2019-06-27 14:31 UTC .NET .NET Core ASP.NET ASP.NET C# Core HTML Razor For a specific scenario recently, I wanted to display the HTML-encoded output of a TagHelper in ASP.NET Core. So I wanted to use the TagHelper, but not output...
Render .ascx-Files in ASP.NET MVC Using Only RazorViewEngine 2014-03-11 07:48 UTC .NET ASP.NET C# Razor WebForms If you're stuck in an environment where you're migrating from ASP.NET MVC to ASP.NET WebForms it's good to know that you can actually render your existing...
ASP.NET MVC 4 Razor v2 - New Features 2012-05-21 17:55 UTC .NET ASP.NET Razor With the imminent release of ASP.NET MVC 4 my previous post ASP.NET MVC 3 Razor - The Ultimate Quick Reference needed a follow-up on what's new in the...
Making MVC 3 Razor IntelliSense work after installing MVC 4 Beta 2012-04-18 08:05 UTC .NET ASP.NET Razor Visual Studio After installing the MVC 4 Beta the IntelliSense breaks for Razor-views in MVC 3-applications in Visual Studio 2010. This is stated in the release-notes, but...
ASP.NET MVC 3 Razor - The Ultimate Quick Reference 2012-03-21 09:03 UTC .NET ASP.NET Razor With the transition to the Razor view-engine in ASP.NET MVC 3 a need occurred for a quick-reference. Where you the old WebForms view-engine used to use the...