CacheTagHelper.Priority Property

Definition

Gets or sets the CacheItemPriority policy for the cache entry.

public:
 property Nullable<Microsoft::Extensions::Caching::Memory::CacheItemPriority> Priority { Nullable<Microsoft::Extensions::Caching::Memory::CacheItemPriority> get(); void set(Nullable<Microsoft::Extensions::Caching::Memory::CacheItemPriority> value); };
[Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeName("priority")]
public Microsoft.Extensions.Caching.Memory.CacheItemPriority? Priority { get; set; }
[<Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeName("priority")>]
member this.Priority : Nullable<Microsoft.Extensions.Caching.Memory.CacheItemPriority> with get, set
Public Property Priority As Nullable(Of CacheItemPriority)

Property Value

Attributes

Applies to