Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In order to replace the default view file the Hawksearch search results widget uses you need to create a view file in your ASP .NET Core project at Views/Shared/Components/SearchResults/Default.cshtml. The way the connector is designed it will automatically find that .cshtml file and use it instead of the default one. Below is the default cshtml code used.

...