ALE.ConsoleTest.TestController.Foo C# (CSharp) Méthode

Foo() public méthode

public Foo ( System.Action next, string foo ) : void
next System.Action
foo string
Résultat void
        public void Foo(Action next, string foo)
        {
            Response.Render("ViewTest.cshtml", new TestModel {Title = foo}, (ex) => next());
        }
TestController