Partager via


DefaultViewLocationCache Constructeurs

Définition

Surcharges

DefaultViewLocationCache()

Initialise une nouvelle instance de la classe DefaultViewLocationCache.

DefaultViewLocationCache(TimeSpan)

Initialise une nouvelle instance de la classe à l’aide DefaultViewLocationCache de l’intervalle de temps de cache spécifié.

DefaultViewLocationCache()

Initialise une nouvelle instance de la classe DefaultViewLocationCache.

public DefaultViewLocationCache ();
Public Sub New ()

S’applique à

DefaultViewLocationCache(TimeSpan)

Initialise une nouvelle instance de la classe à l’aide DefaultViewLocationCache de l’intervalle de temps de cache spécifié.

public DefaultViewLocationCache (TimeSpan timeSpan);
new System.Web.Mvc.DefaultViewLocationCache : TimeSpan -> System.Web.Mvc.DefaultViewLocationCache
Public Sub New (timeSpan As TimeSpan)

Paramètres

timeSpan
TimeSpan

Période de mise en cache.

Exceptions

L’attribut Ticks du timeSpan paramètre est défini sur un nombre négatif.

S’applique à