For the complete documentation index, see llms.txt. This page is also available as Markdown.

Setting up a custom form

  @using (Html.BeginUmbracoForm("SearchAll", "CourseSearchAPI", Project.Core.Constants.Site, new { @class = "coursefinder-form-fields" }))
        {
        
        }

Last updated