Skip to content

Instantly share code, notes, and snippets.

@wullemsb
Created April 20, 2024 13:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wullemsb/dc76c4ec6ee0531a45d58ce95283a6bd to your computer and use it in GitHub Desktop.
Save wullemsb/dc76c4ec6ee0531a45d58ce95283a6bd to your computer and use it in GitHub Desktop.
var builder = WebApplication.CreateBuilder(args);
// Add services to the container.
builder.Services.AddControllersWithViews();
builder.Services.AddSmartComponents();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment