다음을 통해 공유


DefaultViewLocationCache 생성자

정의

오버로드

DefaultViewLocationCache()

DefaultViewLocationCache 클래스의 새 인스턴스를 초기화합니다.

DefaultViewLocationCache(TimeSpan)

지정된 캐시 시간 범위를 사용하여 클래스의 DefaultViewLocationCache 새 instance 초기화합니다.

DefaultViewLocationCache()

DefaultViewLocationCache 클래스의 새 인스턴스를 초기화합니다.

public DefaultViewLocationCache ();
Public Sub New ()

적용 대상

DefaultViewLocationCache(TimeSpan)

지정된 캐시 시간 범위를 사용하여 클래스의 DefaultViewLocationCache 새 instance 초기화합니다.

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

매개 변수

timeSpan
TimeSpan

캐시 시간 범위입니다.

예외

매개 변수의 timeSpan Ticks 특성은 음수로 설정됩니다.

적용 대상