Class TimeBasedOptions
Specifies options that is related to the TimeBasedObjectResult<T>.
Inheritance
System.Object
TimeBasedOptions
Namespace: Cuemon.AspNetCore.Mvc.Filters.Cacheable
Assembly: Cuemon.AspNetCore.Mvc.dll
Syntax
public class TimeBasedOptions
Constructors
| Improve this DocTimeBasedOptions()
Initializes a new instance of the TimeBasedOptions class.
Declaration
public TimeBasedOptions()
Remarks
The following table shows the initial property values for an instance of TimeBasedOptions.
Property | Initial Value |
---|---|
Modified | null |
Properties
| Improve this DocModified
Gets or sets the modified date-time value of an object.
Declaration
public DateTime? Modified { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The modified date-time value of an object. |