CacheTagHelperOptions Class

Definition

Provides programmatic configuration for the cache tag helper in the MVC framework.

public ref class CacheTagHelperOptions
public class CacheTagHelperOptions
type CacheTagHelperOptions = class
Public Class CacheTagHelperOptions
Inheritance
CacheTagHelperOptions

Constructors

CacheTagHelperOptions()

Properties

SizeLimit

The maximum total size in bytes that will be cached by the CacheTagHelper at any given time.

Applies to