共用方式為


VirtualPathProviderViewEngine 類別

定義

表示介面的抽象基類實作 IViewEngine

public abstract class VirtualPathProviderViewEngine : System.Web.Mvc.IViewEngine
type VirtualPathProviderViewEngine = class
    interface IViewEngine
Public MustInherit Class VirtualPathProviderViewEngine
Implements IViewEngine
繼承
VirtualPathProviderViewEngine
衍生
實作

建構函式

VirtualPathProviderViewEngine()

初始化 VirtualPathProviderViewEngine 類別的新執行個體。

屬性

AreaMasterLocationFormats

取得或設定已啟用區域的主要位置格式。

AreaPartialViewLocationFormats

取得或設定已啟用區域的部分檢視位置格式。

AreaViewLocationFormats

取得或設定已啟用區域的檢視位置格式。

DisplayModeProvider

取得或設定顯示模式提供者。

FileExtensions

取得或設定用來尋找檢視的副檔名。

MasterLocationFormats

取得或設定主要位置格式。

PartialViewLocationFormats

取得或設定部分檢視位置格式。

ViewLocationCache

取得或設定檢視位置快取。

ViewLocationFormats

取得或設定檢視位置格式。

VirtualPathProvider

取得或設定虛擬路徑提供者。

方法

CreatePartialView(ControllerContext, String)

使用指定的控制器內容,建立指定的部分檢視。

CreateView(ControllerContext, String, String)

使用控制器內容、檢視的路徑以及主版檢視的路徑,建立指定的檢視。

FileExists(ControllerContext, String)

傳回值,這個值會使用指定的控制器內容,指出檔案是否位於指定的路徑。

FindPartialView(ControllerContext, String, Boolean)

使用指定的控制器內容,尋找指定的部分檢視。

FindView(ControllerContext, String, String, Boolean)

使用指定的控制器內容和主版檢視名稱,尋找指定的檢視。

ReleaseView(ControllerContext, IView)

使用指定的控制器內容,釋放指定的檢視。

適用於