25'ten fazla konu seçemezsiniz
Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
|
- using Volo.Abp.Bundling;
-
- namespace Himp.TaskScheduling.Blazor.Host.Client;
-
- public class TaskSchedulingBlazorHostBundleContributor : IBundleContributor
- {
- public void AddScripts(BundleContext context)
- {
-
- }
-
- public void AddStyles(BundleContext context)
- {
- context.Add("main.css", true);
- }
- }
|