Method | Description | |
---|---|---|
ExecuteResult ( ControllerContext context ) : void | ||
FileExists ( string virtualPath ) : bool | ||
FindView ( ControllerContext context, string viewName ) : string | ||
PartialViewResult ( ) : System | ||
PartialViewResult ( string containerId ) : System | ||
PartialViewResult ( string containerId, RenderMode renderMode ) : System | ||
PartialViewResult ( string containerId, RenderMode renderMode, string controlId ) : System |
Method | Description | |
---|---|---|
FindView ( ControllerContext context ) : System.Web.Mvc.ViewEngineResult |
public ExecuteResult ( ControllerContext context ) : void | ||
context | ControllerContext | |
return | void |
public static FileExists ( string virtualPath ) : bool | ||
virtualPath | string | |
return | bool |
protected FindView ( ControllerContext context ) : System.Web.Mvc.ViewEngineResult | ||
context | ControllerContext | |
return | System.Web.Mvc.ViewEngineResult |
public static FindView ( ControllerContext context, string viewName ) : string | ||
context | ControllerContext | |
viewName | string | |
return | string |
public PartialViewResult ( string containerId ) : System | ||
containerId | string | |
return | System |
public PartialViewResult ( string containerId, RenderMode renderMode ) : System | ||
containerId | string | |
renderMode | RenderMode | |
return | System |
public PartialViewResult ( string containerId, RenderMode renderMode, string controlId ) : System | ||
containerId | string | |
renderMode | RenderMode | |
controlId | string | |
return | System |