Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Interface IFormHtmlGenerator

Namespace: EPiServer.Web.Mvc.Html.Internal
Assembly: EPiServer.Cms.AspNetCore.HtmlHelpers.dll
Version: 12.0.3
Syntax
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