OutputCacheParameters.Duration 属性

定义

获取或设置缓存项要保留在输出缓存中的时间。

public:
 property int Duration { int get(); void set(int value); };
public int Duration { get; set; }
member this.Duration : int with get, set
Public Property Duration As Integer

属性值

缓存项保留在输出缓存中的时间(以秒为单位)。 默认值为 0,指示没有时间限制。

适用于

另请参阅