The time the MYMVC framework handles the return value is in the ExecuteAction method (preceded by that piece of code). Here is a simple supplementary explanation. I have defined an interface for the action result: public interface iactionresult{void Ouput (HttpContext context);} 4 types of ActionResult are implemented within the framework:///<summary>///represents a user control result (the user control will be executed by the framework)///</summary>public sealed class Ucresult: iactionresult///<summary>///Represents a
1. The. NET MYMVC Framework processes the return value tutorial
Summary: The MYMVC framework handles the return value in the ExecuteAction method (preceded by that code). Here is a simple supplementary explanation. I have defined an interface for the action result:
2. The. NET MYMVC Framework How to assign values to a method tutorial
Summary: People who have used reflection know that invoking a method is simple, but how do you prepare an incoming parameter for an "unsigned" method? To answer this question, please follow the getactioncallparameters implementation process:
3. The. NET MYMVC Framework performs an action-detailed procedure
Summary: In Ajaxhandlerfactory's GetHandler method, you will eventually create a actionhandler, which is a httphandler, which will be called in the 15th step of the pipeline (referring to the blog " In the order in which you write your own service framework in ASP.
4. Mymvc the process of finding action in the box
Introduction: First, we will first register MYMVC's httphandlerfactory in Web. config, which is the portal for the entire framework. The GetHandler () method is called during the line of ASP, and finally my code has the chance to run!