OutputCachePolicyBuilder.SetLocking(Boolean) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
新增原則以變更要求鎖定策略。
public Microsoft.AspNetCore.OutputCaching.OutputCachePolicyBuilder SetLocking (bool enabled);
member this.SetLocking : bool -> Microsoft.AspNetCore.OutputCaching.OutputCachePolicyBuilder
Public Function SetLocking (enabled As Boolean) As OutputCachePolicyBuilder
參數
- enabled
- Boolean
是否應該鎖定要求。
傳回
備註
使用默認原則時,預設會啟用鎖定。