CompiledViewDescriptor 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
컴파일된 Razor 보기 또는 페이지를 나타냅니다.
public ref class CompiledViewDescriptor
public class CompiledViewDescriptor
type CompiledViewDescriptor = class
Public Class CompiledViewDescriptor
- 상속
-
CompiledViewDescriptor
생성자
CompiledViewDescriptor() |
새 CompiledViewDescriptor를 만듭니다. |
CompiledViewDescriptor(RazorCompiledItem) |
새 CompiledViewDescriptor를 만듭니다. |
CompiledViewDescriptor(RazorCompiledItem, RazorViewAttribute) |
새 CompiledViewDescriptor를 만듭니다. 또는 |
속성
ExpirationTokens |
IChangeToken 이 결과가 만료된 시기를 나타내는 인스턴스입니다. |
IsPrecompiled |
뷰가 미리 컴파일되었는지 여부를 결정하는 값을 가져옵니다. |
Item |
이 보기의 RazorCompiledItem 설명자를 가져옵니다. |
RelativePath |
뷰의 정규화된 애플리케이션 상대 경로입니다. |
Type |
컴파일된 항목의 형식을 가져옵니다. |
ViewAttribute |
사용되지 않음.
뷰 데코레이팅을 RazorViewAttribute 가져오거나 설정합니다. |