Interface IFormHtmlGenerator
Assembly: EPiServer.Cms.AspNetCore.HtmlHelpers.dll
Version: 12.0.3
public interface IFormHtmlGenerator
Methods
BeginContentForm(ViewContext, ContentReference, String, VirtualPathArguments, FormMethod, Nullable<Boolean>, Object)
Declaration
MvcForm BeginContentForm(ViewContext viewContext, ContentReference contentLink, string language, VirtualPathArguments virtualPathArguments, FormMethod method, Nullable<bool> antiforgery, object htmlAttributes)
Parameters
Type |
Name |
Description |
Microsoft.AspNetCore.Mvc.Rendering.ViewContext |
viewContext |
|
ContentReference |
contentLink |
|
System.String |
language |
|
VirtualPathArguments |
virtualPathArguments |
|
Microsoft.AspNetCore.Mvc.Rendering.FormMethod |
method |
|
System.Nullable<System.Boolean> |
antiforgery |
|
System.Object |
htmlAttributes |
|
Returns
Type |
Description |
Microsoft.AspNetCore.Mvc.Rendering.MvcForm |
|
Extension Methods