HttpResponse.DisableUserCache 方法
定义
禁用 IIS 用户-方式来缓存反映。Disables IIS user-mode caching for this response.
public:
void DisableUserCache();
public void DisableUserCache ();
member this.DisableUserCache : unit -> unit
Public Sub DisableUserCache ()
注解
如果不支持 IIS 用户模式缓存,则此方法返回,而不执行任何操作。If IIS user-mode caching is not supported, this method returns without performing any action.