다음을 통해 공유


MvcWebPageRazorHost(String, String) 생성자

정의

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

public MvcWebPageRazorHost (string virtualPath, string physicalPath);
new System.Web.Mvc.Razor.MvcWebPageRazorHost : string * string -> System.Web.Mvc.Razor.MvcWebPageRazorHost
Public Sub New (virtualPath As String, physicalPath As String)

매개 변수

virtualPath
String

ASP.NET Razor 파일의 가상 경로입니다.

physicalPath
String

ASP.NET Razor 파일의 실제 경로입니다.

적용 대상