Fatih Erol

Results 2 comments of Fatih Erol

Using this code everywhere can bore you. it looks better like this. ``` public class ActionFilterExample : ActionFilterAttribute { public override void OnActionExecuting(ActionExecutingContext context) { if (context.HttpContext.GetMultiTenantContext()?.TenantInfo == null) context.Result...

Hi, I found a solution to the problem. I hope it helps. Open this file: themes/mytheme/_variables/_misc.scss and then add the following lines. /// Background of a chip /// @group misc...