다음을 통해 공유


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)

속성 값

특성

적용 대상