Manos.Mvc.StartView.DefineSection C# (CSharp) Method

DefineSection() public method

public DefineSection ( string name, System.Action action ) : void
name string
action System.Action
return void
        public new void DefineSection(string name, Action action)
        {
            RootView.DefineSection(name, action);
        }