We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e384e5 commit 5e20d8bCopy full SHA for 5e20d8b
Startup.cs
@@ -36,7 +36,8 @@ public void ConfigureServices(IServiceCollection services)
36
// This method gets called by the runtime. Use this method to configure the HTTP request pipeline.
37
public void Configure(IApplicationBuilder app, IWebHostEnvironment env)
38
{
39
- Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("MjEzOTY0QDMxMzcyZTM0MmUzMERENEhzUHJDTFl1S0ZuZ1JVZGp3R3ZUbEdkSlVkaEJJajdNMjZ4TitnN2c9");
+ // Add your valid license key here.
40
+ Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("Your License Key");
41
if (env.IsDevelopment())
42
43
app.UseDeveloperExceptionPage();
0 commit comments