摘要:
Return Types of Action:1. Content()Returns a ContentResult that renders arbitrary text, e.g., “Hello, world!”2. File()Returns a FileResult that renders the contents of a file, e.g., a PDF.3. HttpNotFound()Returns an HttpNotFoundResult that renders a 404 HTTP status code response.4. JavaScript()Retur 阅读全文
posted @ 2013-06-08 13:53
Master HaKu
阅读(208)
评论(0)
推荐(0)