viewengine Questions

6

Solved

I've been searching on SO & Google for a breakdown of the various View Engines available for ASP.NET MVC, but haven't found much more than simple high-level descriptions of what a view engine i...
Jewry asked 20/9, 2009 at 15:47

3

Solved

I want to extend the WebFormViewEngine so that I can perform some post-processing - I want it to do it's stuff, then hand me the Html back, so I can do put some final touches to it. It needs to be ...
Roseliaroselin asked 4/3, 2009 at 14:48

4

Solved

I want to download and install razor view engine for ASP.Net MVC 2. From where i can download and install?
Softball asked 10/1, 2011 at 7:52

2

Is it possible to write an extension for Visual Studio 2010 that provides syntax highlighting, intellisense, outlining, etc for a custom template or markup language supporting embedded code snippet...
Thermosphere asked 1/5, 2011 at 15:10

2

Solved

When creating a new project for MVC3 I have an option to select a custom viewengine. I can choose between Razor and ASPX. Is there a way to add Spark to the dropdownlist?
Ambie asked 1/3, 2011 at 10:7

2

Solved

I'm not quite sure how this works yet... trying to find documentation. In my existing app I've got two different ways of rendering strings in my View <%: model.something %> <!-- or --&gt...
Remontant asked 13/11, 2010 at 16:27

2

Solved

I currently have a .net mvc3 application that is responsible for managing similar views in multiple locations that also use the same controllers e.g site1/v1/views/index.cshtml and site1/v2/views/i...
Mortmain asked 18/2, 2011 at 22:16

1

Solved

VS2010 Ultimate, ASP.NET MVC 3 w/Razor. I've created a custom view engine in my MVC3 app that allows nested areas, like so ~/areas/admin /marketing /views index /controllers marketingContro...
Mahala asked 6/2, 2011 at 1:0

4

Solved

I have looked at the usual suspects...Spark, NHaml, etc. They all seem to be syntactic sugar for those that are uncomfortable with the <% %> syntax. Are there any other tangible benefits? Syntac...
Wold asked 24/6, 2009 at 21:8

2

Solved

Are there any good thing, best practice or profit we have after using the HTML helper in an ASP.NET MVC project? When I am trying to use them I found that I lose the speed I have with HTML and man...
Mutton asked 13/1, 2011 at 15:39

1

Solved

Using ASP.NET MVC's default view engine, you can declare a server-side comment like this: <%-- This is a comment --%> This comment will only be visible on the server side and is not ...
Zootechnics asked 17/12, 2010 at 3:48

4

What I'm trying to do is generate email content using different templates. I think ASP.NET MVC could be a good fit for this. My controller would get the necessary data for the email and decide wh...
Norvil asked 23/9, 2009 at 20:10

6

Solved

I have a console application that requires me to send out e-mails. Right now I use a string builder to create the e-mails, but I'd like to get more fancy. Then it dawned on me: it would be nice to ...
Footy asked 19/10, 2010 at 16:3

3

Solved

Hello i am creating a small webpage that give our users an interface to search in our database. This website must supply 2 webservice functions, Search(string searchString) and GetAccountInfoByIni...
Rockbottom asked 13/9, 2010 at 11:35

4

Solved

I was wondering if there was a general consensus on the "best" alternative view engine for asp.net MVC. So far I know of Spark, Brail, NHaml but what about others?
Waldheim asked 16/3, 2009 at 9:37

1

I need to give end-users the ability to securely edit an asp.net mvc web application templates and so far Liquid Template Language seems to be perfect, but it is written in Ruby and porting it seem...
Avra asked 8/2, 2010 at 18:50

4

Solved

I just downloaded and installed Web Matrix beta. I am really liking the razor view engine. Not so much the Web Matrix IDE. Is there any way to install razor view engine for use in the Visual Studi...
Herrod asked 14/7, 2010 at 23:37

6

Solved

After reading Scott Guthrie's blog entry about the new Razor view engine for ASP.NET MVC and reading this question comparing the available view engines. Razor seems to address most of the problems...
Tallage asked 4/7, 2010 at 13:15

2

Solved

I created a simple ASP.NET MVC version 1.0 application. I have a ProductController which has one action Index. In the view, I created a corresponding Index.aspx under Product subfolder. Then I re...
Particular asked 8/3, 2010 at 3:46

1

Solved

http://www.hanselman.com/blog/MixMobileWebSitesWithASPNETMVCAndTheMobileBrowserDefinitionFile.aspx To the sake of simplicity, please try out this. Basically, I am trying to do the mobile view engi...
Overload asked 5/2, 2010 at 18:48

1

Solved

I am following Chris Pietschmann's solution for theming in ASP.NET MVC. One thing I have noticed is that the view name is not being retrieved from the ViewLocationCache on subsequent requests. I a...
Competitor asked 24/1, 2010 at 12:34

5

Solved

I am playing with ASP.NET MVC and I see that there are a few alternate view engines available for it such as NHaml and Spark. My question is why would you use an alternate view engine? I don't see ...
Kauffmann asked 11/11, 2009 at 23:18

2

Here's my problem: I am disturbed by the "impedance mismatch" between what graphic/web designers actually produce, and what is needed by the standard ASP MVC view engine. Basically there is no wa...
Tambratamburlaine asked 13/8, 2009 at 8:56

2

Solved

There are quite a lot of questions on SO regarding View Engines in ASP.Net MVC, and about using "custom" ones instead of the "default" one. For me as a hobby programmer, the term "View Engine" is n...
Lynxeyed asked 12/5, 2009 at 14:32

3

Solved

I know that ASP.NET MVC will allow me to swap in various View engines that other people have created, but I am wondering how can I create my own View engine? More info: We have our own webforms ba...
Quarterback asked 27/12, 2008 at 12:36

© 2022 - 2024 — McMap. All rights reserved.