ResponseCacheAttribute.VaryByQueryKeys 속성

정의

다양한 쿼리 키를 가져오거나 설정합니다.

public:
 property cli::array <System::String ^> ^ VaryByQueryKeys { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
public string[] VaryByQueryKeys { get; set; }
public string[]? VaryByQueryKeys { get; set; }
member this.VaryByQueryKeys : string[] with get, set
Public Property VaryByQueryKeys As String()

속성 값

String[]

설명

VaryByQueryKeys 에는 응답 캐시 미들웨어가 필요합니다.

적용 대상