#region in .cshtml (razor view)

Possible duplicate:
Regions In ASP.NET Views?

Is there a way to make regions in a Razor view (.cshtml)

'#region' '#endregion' 
+2
c # asp.net-mvc view razor
Jun 23 '11 at 17:11
source share

No one has answered this question yet.

See similar questions:

43
Regions In ASP.NET Views?

or similar:

1012
Can you see all the enumeration values?
637
How to import a namespace on a Razor watch page?
470
Escape @ symbol in razor view
365
Write / output HTML lines without saving
354
Using Razor in JavaScript
331
How to use the ternary operator in a razor (in particular, for HTML attributes)?
316
How to declare a local variable in Razor?
216
ASP.NET MVC 3 Razor: include JavaScript file in title
167
How to create function in cshtml template?
43
Regions In ASP.NET Views?



All Articles