C# 클래스 AspNet.Mvc.TypedRouting.Test.LinkGeneration.HtmlHelperExtensionsTest.TestMvcForm

상속: Microsoft.AspNet.Mvc.Rendering.MvcForm
파일 보기 프로젝트 열기: ivaylokenov/AspNet.Mvc.TypedRouting

공개 메소드들

메소드 설명
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

메소드 상세

TestMvcForm() 공개 메소드

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

TestMvcForm() 공개 메소드

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
리턴 System.IO