- Modern Web Development with ASP.NET Core 3
- Ricardo Peres
- 100字
- 2021-06-18 18:36:00
Questions
So, now that you're at the end of this chapter, you should be able to answer the following questions:
- What are the special route tokens?
- How can we prevent a route from being selected depending on the request's HTTP verb?
- How can we prevent a route from being selected unless the request uses HTTPS?
- How can we serve different views depending on the occurred HTTP error code?
- How can we prevent methods in controllers from being called?
- How can we force a route value to be of a particular type (for example, a number)?
- What is a route handler?
推薦閱讀
- HTML5+CSS3王者歸來
- 數(shù)字媒體應(yīng)用教程
- Node.js 10實戰(zhàn)
- TypeScript圖形渲染實戰(zhàn):基于WebGL的3D架構(gòu)與實現(xiàn)
- Learning Hunk
- Linux:Embedded Development
- 領(lǐng)域驅(qū)動設(shè)計:軟件核心復(fù)雜性應(yīng)對之道(修訂版)
- Learning OpenStack Networking(Neutron)(Second Edition)
- Python算法詳解
- Java Web從入門到精通(第3版)
- Troubleshooting Citrix XenApp?
- HTML5+CSS3+JavaScript 從入門到項目實踐(超值版)
- 超好玩的Scratch 3.5少兒編程
- Java Hibernate Cookbook
- Java并發(fā)實現(xiàn)原理:JDK源碼剖析