Mohammad Ali Ghanbari
Mohammad Ali Ghanbari
how to make it rtl?
``` public class RestrictedItemGlobalFilter : GlobalFilter { public IIdentityManager IdentityManager { get; set; } public override void ApplyFilter(DbModelBuilder modelBuilder) { modelBuilder.Filter("RestrictItemsBaseOnAccsess", (IAccessRestrictedItem x, List roles) => x.AccessType == AccessType.Public ||...
I need something like this in web.config ``` ``` to protect any url for my app , is it possible???
 i'm getting this error after installing and adding to my project please help
how can i position the toast for top-left ??