CacheTagHelperBase.VaryByUser 屬性

定義

取得或設定值,這個值會判斷快取的結果是否要因登入 User 的 Identity 而有所不同。

public:
 property bool VaryByUser { bool get(); void set(bool value); };
[Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeName("vary-by-user")]
public bool VaryByUser { get; set; }
[<Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeName("vary-by-user")>]
member this.VaryByUser : bool with get, set
Public Property VaryByUser As Boolean

屬性值

屬性

適用於