C# Class Rebel.Cms.Web.MacroModelExtensions

Mostra file Open project: RebelCMS/rebelcmsxu5

Public Methods

Method Description
GetSurfaceMacroChildAction ( this macro, ComponentRegistrations components, MethodInfo &action ) : SurfaceMetadata>.Lazy

Gets the surface controller meta data and a reference to the MethodInfo object for the ChildAction to render based on the macro definition

Method Details

GetSurfaceMacroChildAction() public static method

Gets the surface controller meta data and a reference to the MethodInfo object for the ChildAction to render based on the macro definition
public static GetSurfaceMacroChildAction ( this macro, ComponentRegistrations components, MethodInfo &action ) : SurfaceMetadata>.Lazy
macro this
components Rebel.Cms.Web.DependencyManagement.ComponentRegistrations
action System.Reflection.MethodInfo
return SurfaceMetadata>.Lazy