Mohammad Ali Ghanbari

Results 7 issues of 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???

![image](https://user-images.githubusercontent.com/16043883/68509879-577ef500-0287-11ea-9cb0-10f1494dc7e6.png) i'm getting this error after installing and adding to my project please help

how can i position the toast for top-left ??