OutputCachePolicyBuilder.With Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
With(Func<OutputCacheContext,Boolean>) |
Fügt der aktuellen Richtlinie eine Anforderung hinzu. |
With(Func<OutputCacheContext,CancellationToken,ValueTask<Boolean>>) |
Fügt der aktuellen Richtlinie eine Anforderung hinzu. |
With(Func<OutputCacheContext,Boolean>)
- Quelle:
- OutputCachePolicyBuilder.cs
Fügt der aktuellen Richtlinie eine Anforderung hinzu.
public Microsoft.AspNetCore.OutputCaching.OutputCachePolicyBuilder With (Func<Microsoft.AspNetCore.OutputCaching.OutputCacheContext,bool> predicate);
member this.With : Func<Microsoft.AspNetCore.OutputCaching.OutputCacheContext, bool> -> Microsoft.AspNetCore.OutputCaching.OutputCachePolicyBuilder
Public Function With (predicate As Func(Of OutputCacheContext, Boolean)) As OutputCachePolicyBuilder
Parameter
- predicate
- Func<OutputCacheContext,Boolean>
Das Prädikat, das auf die Richtlinie angewendet wurde.
Gibt zurück
Gilt für:
With(Func<OutputCacheContext,CancellationToken,ValueTask<Boolean>>)
- Quelle:
- OutputCachePolicyBuilder.cs
Fügt der aktuellen Richtlinie eine Anforderung hinzu.
public Microsoft.AspNetCore.OutputCaching.OutputCachePolicyBuilder With (Func<Microsoft.AspNetCore.OutputCaching.OutputCacheContext,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask<bool>> predicate);
member this.With : Func<Microsoft.AspNetCore.OutputCaching.OutputCacheContext, System.Threading.CancellationToken, System.Threading.Tasks.ValueTask<bool>> -> Microsoft.AspNetCore.OutputCaching.OutputCachePolicyBuilder
Public Function With (predicate As Func(Of OutputCacheContext, CancellationToken, ValueTask(Of Boolean))) As OutputCachePolicyBuilder
Parameter
- predicate
- Func<OutputCacheContext,CancellationToken,ValueTask<Boolean>>
Das Prädikat, das auf die Richtlinie angewendet wurde.