Top "Razor" questions

Razor is a template language used by ASP.

How to Kill A Session or Session ID (ASP.NET/C#)

How can I destroy a session (Session["Name"]) when the user clicks the logout button? I'm looking through the ASP.…

c# asp.net session razor webmatrix
How do I specify different Layouts in the ASP.NET MVC 3 razor ViewStart file?

I would like to have 2 separate Layouts in my application. Let's say one is for the Public section of the …

asp.net-mvc layout asp.net-mvc-3 razor
ASP.Net MVC: How to display a byte array image from model

I've a model with a byte array image file that I want to show on the page. How can I …

c# asp.net-mvc razor
Html helper for <input type="file" />

Is there a HTMLHelper for file upload? Specifically, I am looking for a replace of <input type="file"/> …

asp.net-mvc razor file-upload upload html-helper
MVC 3: How to render a view without its layout page when loaded via ajax?

I am learning about Progressive Enhancement and I have a question about AJAXifying views. In my MVC 3 project I have …

c# asp.net-mvc asp.net-mvc-3 master-pages razor
ASP.NET MVC 3 Razor: Include JavaScript file in the head tag

I'm trying to figure out the proper Razor syntax to get a JavaScript file for a particular *.cshtml to be …

javascript asp.net-mvc include razor asp.net-mvc-3
Replace line break characters with <br /> in ASP.NET MVC Razor view

I have a textarea control that accepts input. I am trying to later render that text to a view by …

asp.net-mvc asp.net-mvc-3 razor
How to add a second css class with a conditional value in razor MVC 4

While Microsoft has created some automagic rendering of html attributes in razor MVC4, it took me quite some time to …

razor asp.net-mvc-4 html
How to set a hidden value in Razor

I know that what I'm trying to do is bad idea, but I have specific constrains for now. I have …

asp.net-mvc-3 razor model-view-controller model setdefault
ASP.NET MVC DropDownListFor with model of type List<string>

I have a view with a model of type List<string> and I want to place a drop …

c# asp.net-mvc asp.net-mvc-3 razor html-helper