你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

FhirServiceCorsConfiguration 类

定义

服务实例的 CORS 配置设置。

public class FhirServiceCorsConfiguration
type FhirServiceCorsConfiguration = class
Public Class FhirServiceCorsConfiguration
继承
FhirServiceCorsConfiguration

构造函数

FhirServiceCorsConfiguration()

初始化 FhirServiceCorsConfiguration 的新实例。

属性

AllowCredentials

如果允许通过 CORS 使用凭据。

Headers

允许通过 CORS 的标头。

MaxAge

通过 CORS 允许的最大期限。

Methods

允许通过 CORS 使用的方法。

Origins

允许通过 CORS 的源。

适用于