ResponseCacheAttribute.Duration 属性

定义

获取或设置缓存响应的持续时间(以秒为单位)。 这会在“Cache-control”标头中设置“max-age”。

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

属性值

适用于