- 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".
推薦閱讀
- MySQL高可用解決方案:從主從復制到InnoDB Cluster架構
- 正則表達式必知必會
- Hadoop與大數據挖掘(第2版)
- UDK iOS Game Development Beginner's Guide
- Oracle PL/SQL實例精解(原書第5版)
- Flutter Projects
- 數據科學工程實踐:用戶行為分析與建模、A/B實驗、SQLFlow
- 云數據中心網絡與SDN:技術架構與實現
- Mastering LOB Development for Silverlight 5:A Case Study in Action
- 貫通SQL Server 2008數據庫系統開發(fā)
- 大數據數學基礎(Python語言描述)
- PostgreSQL高可用實戰(zhàn)
- 大數據隱私保護技術與治理機制研究
- Practical Convolutional Neural Networks
- 數據庫基礎與應用