asp.net-mvc-futures Questions
1
having this code it gives me a warning : Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the resu...
Wortman asked 4/2, 2015 at 12:38
1
Solved
I just installed MVC 5 futures in my solution using Package Manager, but I cannot find this helper method Html.Serialize, which was there in previous MVC Futures releases.
My Question: What namesp...
Wolffish asked 13/9, 2014 at 22:59
1
We are using the ASP.NET MVC Futures project (Microsoft.Web.Mvc) to enable an MVC 3 application to use RESTful routes. This application has been working perfectly under MVC 1 and its related System...
Heine asked 26/1, 2011 at 20:17
1
Solved
I am using a new MVC 4 Internet application template with Visual Studio 2012. I have installed the Nuget package for MVC 4 Futures. In my _Layout.cshtml I am building the navigation menu.
This wo...
Synthesis asked 13/8, 2013 at 18:22
2
Solved
I have Elmah up and running in my ASP.NET MVC site and I would like to integrate its interface with the administration pages of the site. By default, you invoke the interface with the url ~/elmah.a...
Strawworm asked 6/7, 2009 at 11:34
1
Solved
Folks,
As of today should I introduce T4MVC in my project or use strongly typed goodness from MvcContrib?
return RedirectToAction(MVC.MyController.MyAction());
or
return RedirectToAction<...
Erl asked 15/8, 2012 at 15:4
3
Solved
I was wondering if anyone knows if it possible to use any of the "out of the box" ASP.NET MVC3 helpers to generate a "link button"...I currently use following:
<a class="button" title="My Actio...
Painless asked 24/2, 2011 at 22:8
1
I've been trying to use CookieTempDataProvider to pass a basic message between a post (entity update) and a get (entity list) using the RedirectToAction method. When using the default TempData impl...
Weiler asked 25/8, 2009 at 7:42
2
Solved
How do I use the ASP.NET MVC 2 Preview 2 Futures RequireHttps attribute?
I want to prevent unsecured HTTP requests from being sent to an action method. I want to automatically redirect to HTTPS.
...
Ramiah asked 15/10, 2009 at 18:59
1
Solved
I'm sure I have seen this syntax
<%= Url.Action((MyController c) => c.MyMethod("a")) %>
or something like it as a way to generate action URLs in ASP.net MVCs without magic strings. Howe...
Thaddeus asked 15/7, 2009 at 16:22
3
Solved
On Stack Overflow, I've seen a few people referring to the MVC Futures library
What is this project? How do I use it? Where is the documentation?
Chromatin asked 5/3, 2009 at 10:19
1
© 2022 - 2024 — McMap. All rights reserved.