Share via


CacheTagHelperBase.ExpiresSliding プロパティ

定義

キャッシュ エントリを削除する最後のアクセスの期間を取得または設定します。

public:
 property Nullable<TimeSpan> ExpiresSliding { Nullable<TimeSpan> get(); void set(Nullable<TimeSpan> value); };
[Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeName("expires-sliding")]
public TimeSpan? ExpiresSliding { get; set; }
[<Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeName("expires-sliding")>]
member this.ExpiresSliding : Nullable<TimeSpan> with get, set
Public Property ExpiresSliding As Nullable(Of TimeSpan)

プロパティ値

属性

適用対象