renderaction
What's the current practice for partial caching in ASP MVC2?
My website pages are composed of two kinds of content. The first is variable between users but constant for all pages. The second is constant across users, but variable between pages. This is a common[详细]
2023-01-20 11:55 分类:问答Html.RenderAction using AJAX
Is it possible to use HTMl.RenderAction using ajax to provide the parameter? I have a controller action like this[详细]
2023-01-16 12:44 分类:问答The call is ambiguous between the following method or properties in ASP.NET MVC RenderAction
The call was working fine until I installed ASP.NET MVC 1.0 RTM. Error: CS0121: The call is ambiguous between the following methods or properties[详细]
2023-01-15 10:10 分类:问答Why is this View Model being populated when I pass "" into RenderAction?
I\'m trying to implement a Widget control that exists on every page in the system, which will allow the user to have basic Search & Directory functionality available on each page. This is a tab co[详细]
2023-01-14 01:33 分类:问答ASP.NET MVC 2 controller not cached
I have amaster page that calls render action: <% Html.RenderAction(\"CategoryList\", \"Category\", new { selectedCategoryId = Model.selectedCategoryId });%>[详细]
2023-01-13 10:16 分类:问答ASP.Net MVC reusable form as RenderAction or RenderPartial
I\'m looking for a best practice for embedding a form on multiple pages as a partial view. I have a con开发者_StackOverflow中文版tact form I\'m looking to embed on multiple pages on a site. Usually,[详细]
2023-01-12 06:55 分类:问答ASP.NET MVC2 RenderAction makes parent loose ViewModel context
I\'m my Project Browser page I have 2 sub-elements that warrant their own controller (and not simply a user-control) - Upload and FileBrowser, and so I\'ve added them using Html.RenderAction(Action, C[详细]
2023-01-11 05:27 分类:问答.net Html.RenderAction returns binary instead of HTML. Huh?
I\'m not sure exactly what I\'m doing wrong here. I have an action which returns a partial view: public class SharedController : BaseController[详细]
2023-01-09 09:55 分类:问答asp.net mvc - RenderAction problems
I\'m not quite sure I understand what Html.RenderAction() does. I\'ve just noticed one weird behavior when using it:[详细]
2023-01-05 09:28 分类:问答How to add a weather info to be evalueated only once?
In a ASP.MVC (1.0) project开发者_如何学编程 i managed to get weather info from a RSS feed and to show it up. The problem i have is performance:[详细]
2022-12-31 18:26 分类:问答