- CORS Essentials
- Rajesh Gunasundaram Randall Goya
- 171字
- 2021-07-09 19:53:41
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, path names, dummy URLs, user input, and Twitter handles are shown as follows: "Media files with the <video>
and <audio>
tags as long as the file type matches expected media formats."
A block of code is set as follows:
public static class WebApiConfig { public static void Register(HttpConfiguration config) { // Other configurations omitted config.EnableCors(); config.SetCorsPolicyProviderFactory( new DynamicPolicyProviderFactory()); } }
Any command-line input or output is written as follows:
PM> Install-Package Microsoft.AspNet.WebApi.Cors
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "Clicking the Next button moves you to the next screen".
推薦閱讀
- R數(shù)據(jù)科學(xué)實(shí)戰(zhàn):工具詳解與案例分析(鮮讀版)
- UDK iOS Game Development Beginner's Guide
- Oracle高性能自動化運(yùn)維
- Dependency Injection with AngularJS
- WS-BPEL 2.0 Beginner's Guide
- Starling Game Development Essentials
- Apache Kylin權(quán)威指南
- Python數(shù)據(jù)分析與挖掘?qū)崙?zhàn)(第3版)
- HikariCP連接池實(shí)戰(zhàn)
- 智慧的云計算
- Unity 2018 By Example(Second Edition)
- SIEMENS數(shù)控技術(shù)應(yīng)用工程師:SINUMERIK 840D-810D數(shù)控系統(tǒng)功能應(yīng)用與維修調(diào)整教程
- Hands-On System Programming with C++
- Unity Game Development Blueprints
- 深入理解Flink:實(shí)時大數(shù)據(jù)處理實(shí)踐