CacheProfile.NoStore 속성

정의

데이터를 저장할지 여부를 결정하는 값을 가져오거나 설정합니다. 로 true설정하면 의 "Cache-control" 헤더를 Response "no-store"로 설정합니다. "None" 이외의 값에 대해 "Location" 매개 변수를 무시합니다. "Duration" 매개 변수를 무시합니다.

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

속성 값

적용 대상