.NET
IHtmlHelper.BeginForm on .NET Core v3
When creating web forms in ASP.NET MVC, using the HtmlHelper class in the namespace System.Web.Mvc. In the ASP.NET Core MVC provide IHtmlHelper in Microsoft.AspNetCore.Mvc.Rendering namespaces. So, it describe the IHtmlHelper.BeginForm.