Action Result | Helper Method | Description |
---|---|---|
Renders a view as a Web page. | ||
Renders a partial view, which defines a section of a view that can be rendered inside another view. | ||
Redirects to another action method by using its URL. | ||
Redirects to another action method. | ||
Returns a user-defined content type. | ||
Returns a serialized JSON object. | ||
Returns a script that can be executed on the client. | ||
Returns binary output to write to the response. | ||
(None) | Represents a return value that is used if the action method must return a null result (void). |
asp.net mvc3内置action result
最新推荐文章于 2021-09-18 11:27:08 发布