CorsPolicy.PreflightMaxAge 속성

정의

실행 전 요청의 결과를 캐시할 수 있는 를 가져오거나 설정합니다 TimeSpan .

public:
 property Nullable<TimeSpan> PreflightMaxAge { Nullable<TimeSpan> get(); void set(Nullable<TimeSpan> value); };
public TimeSpan? PreflightMaxAge { get; set; }
member this.PreflightMaxAge : Nullable<TimeSpan> with get, set
Public Property PreflightMaxAge As Nullable(Of TimeSpan)

속성 값

적용 대상