Executes the razor page.
Namespace: Composite.AspNet.RazorAssembly: Composite (in Composite.dll) Version: 6.1.6325.31818
Syntax
C# |
---|
public static Object ExecuteRazorPage( string virtualPath, Action<WebPageBase> setParameters, Type resultType, FunctionContextContainer functionContextContainer ) |
Visual Basic |
---|
Public Shared Function ExecuteRazorPage ( _ virtualPath As String, _ setParameters As Action(Of WebPageBase), _ resultType As Type, _ functionContextContainer As FunctionContextContainer _ ) As Object |
Visual C++ |
---|
public: static Object^ ExecuteRazorPage( String^ virtualPath, Action<WebPageBase^>^ setParameters, Type^ resultType, FunctionContextContainer^ functionContextContainer ) |
Parameters
- virtualPath
- Type: System..::..String
The virtual path.
- setParameters
- Type: System..::..Action<(Of <(<'WebPageBase>)>)>
Delegate to set the parameters.
- resultType
- Type: System..::..Type
The type of the result.
- functionContextContainer
- Type: FunctionContextContainer
The function context container
Return Value
[Missing <returns> documentation for "M:Composite.AspNet.Razor.RazorHelper.ExecuteRazorPage(System.String,System.Action{System.Web.WebPages.WebPageBase},System.Type,Composite.Functions.FunctionContextContainer)"]