Kaan Şengül
Results
2
issues of
Kaan Şengül
Hi, I've tried your sample code with **MifareUltralight** card on iOS but it gave me "Unsupported tag (app)" error. Is there a way to read it?
Hi, I'm trying to set Layout in a custom ActionFilterAttribute I have written as follow: ``` c# public class LayoutInjecterAttribute : ActionFilterAttribute { public override void OnActionExecuted(ActionExecutedContext filterContext) { base.OnActionExecuted(filterContext);...