I'd like to experiment with NHaml. Can I use the NHaml view engine for a few of my views, without having to convert the entire application (or create a new prototype application)?
Is it possible to use different view engines for different views in the *same* ASP.NET MVC website?
169 Views Asked by Ben Aston At
1
There are 1 best solutions below
Related Questions in ASP.NET-MVC
- Can MVC.NET prevent SQL-injection at razor or controller level?
- Getting and passing MVC Model data to AngularJS controller
- Access property of an object of type [Model] in JQuery
- Entity Framework Code First with Fluent API Concurrency `DbUpdateConcurrencyException` Not Raising
- Bundling and minification issue in MVC
- ASP-MVC Code-first migrations checkbox not active
- Why does Azure CloudConfigurationManager.GetSetting return null
- Dynamic roles list in CustomAuthorize ASP MVC
- Jquery: Change contents of <select> tag dynamically
- Why web API return 404 when deploy to IIS
- MVC route URL not containing parameter
- Invalidate user credentials when password changes
- MVC : Insert data to two tables
- MVC - Only allow users to edit their own data
- Submit Button on Razor View doesn't call Action Result - MVC
Related Questions in NHAML
- How to make NHaml work with Asp.net MVC 6
- Create an incremental placeholder in NHaml
- Why are my script tags rendered outside my body tag?
- add output of %link directive to variable?
- Strongly typed views in NHaml?
- Assembly references in Nhaml
- NHaml T4 templates for CRUD?
- Is it possible to use different view engines for different views in the *same* ASP.NET MVC website?
- Error when specifying tag attributes in NHaml
- Specificying a Page directive attribute on an NHaml page
- How to use NHaml in MVC 4?
- Visual Studio Language Service with C# intellisense
- NHAML Directives
- NHAML Radio Button Syntax
- NHaml - still active?
Related Questions in VIEWENGINE
- ExpressJs doesn't cache views in production mode
- The type initializer for 'System.Web.Mvc.ViewEngines' threw an exception
- Compiling views on build in asp mvc using custom ViewEngine
- ASP.NET MVC3 Razor - lost intellisense when placing view in alternate location?
- ASP.NET Web Form Render Engine outputs a Control Tree? Looking for info on render logic
- Is there a way to make a @section optional with the asp.net mvc Razor ViewEngine?
- How to implement a custom view engine in ASP.Net MVC that (sorta) isn't file-based?
- HTML Email created with ASP.NET MVC 2 View (standard view engine)
- View Engines for Web Matrix Web Pages
- How to make razor the default view engine in existing project
- MVC Razor ViewEngine not thread-safe?
- Add custom viewengine to New project dialog?
- Controlling Razor views programmatically?
- Setting masterName on MVC view causes error when calling RenderAction
- injecting changing view engine list
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Yes:
http://haacked.com/archive/2008/11/16/composing-multiple-view-engines.aspx
and
How to use multiple view engines in ASP.NET MVC application