다음을 통해 공유


CompiledViewDescriptor 클래스

정의

컴파일된 Razor 보기 또는 페이지를 나타냅니다.

public ref class CompiledViewDescriptor
public class CompiledViewDescriptor
type CompiledViewDescriptor = class
Public Class CompiledViewDescriptor
상속
CompiledViewDescriptor

생성자

CompiledViewDescriptor()

CompiledViewDescriptor를 만듭니다.

CompiledViewDescriptor(RazorCompiledItem)

CompiledViewDescriptor를 만듭니다.

CompiledViewDescriptor(RazorCompiledItem, RazorViewAttribute)

CompiledViewDescriptor를 만듭니다. 또는 itemattribute 하나 이상은 이null 아니어야 합니다.

속성

ExpirationTokens

IChangeToken 이 결과가 만료된 시기를 나타내는 인스턴스입니다.

IsPrecompiled

뷰가 미리 컴파일되었는지 여부를 결정하는 값을 가져옵니다.

Item

이 보기의 RazorCompiledItem 설명자를 가져옵니다.

RelativePath

뷰의 정규화된 애플리케이션 상대 경로입니다.

Type

컴파일된 항목의 형식을 가져옵니다.

ViewAttribute
사용되지 않음.

뷰 데코레이팅을 RazorViewAttribute 가져오거나 설정합니다.

적용 대상