C# Class AspNet.Mvc.TypedRouting.Test.LinkGeneration.HtmlHelperExtensionsTest.TestMvcForm

Inheritance: Microsoft.AspNet.Mvc.Rendering.MvcForm
Show file Open project: ivaylokenov/AspNet.Mvc.TypedRouting

Public Methods

Method Description
TestMvcForm ( string routeName, object routeValues, FormMethod method, bool antiforgery, object htmlAttribues ) : System.IO
TestMvcForm ( string actionName, string controllerName, object routeValues, FormMethod method, bool antiforgery, object htmlAttribues ) : System.IO

Method Details

TestMvcForm() public method

public TestMvcForm ( string routeName, object routeValues, FormMethod method, bool antiforgery, object htmlAttribues ) : System.IO
routeName string
routeValues object
method FormMethod
antiforgery bool
htmlAttribues object
return System.IO

TestMvcForm() public method

public TestMvcForm ( string actionName, string controllerName, object routeValues, FormMethod method, bool antiforgery, object htmlAttribues ) : System.IO
actionName string
controllerName string
routeValues object
method FormMethod
antiforgery bool
htmlAttribues object
return System.IO