OutputCachePolicyBuilder.SetVaryByHost(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds a policy setting whether to vary by the Host header ot not.
public Microsoft.AspNetCore.OutputCaching.OutputCachePolicyBuilder SetVaryByHost (bool enabled);
member this.SetVaryByHost : bool -> Microsoft.AspNetCore.OutputCaching.OutputCachePolicyBuilder
Public Function SetVaryByHost (enabled As Boolean) As OutputCachePolicyBuilder
Parameters
- enabled
- Boolean