다음을 통해 공유


HttpResponse.DisableUserCache 메서드

정의

이 응답에 대한 IIS 사용자 모드 캐싱을 사용하지 않도록 설정합니다.

public:
 void DisableUserCache();
public void DisableUserCache ();
member this.DisableUserCache : unit -> unit
Public Sub DisableUserCache ()

설명

IIS 사용자 모드 캐싱이 지원되지 않으면 이 메서드는 아무 작업도 수행하지 않고 반환됩니다.

적용 대상