Tiago Azevedo Borges
Tiago Azevedo Borges
I'm using version 4.6.20 My Dynamic provider ``` cs public class MyDynamicNodeProvider : IDynamicNodeProvider { private readonly SGComprasContext _context = new SGComprasContext(); public IEnumerable GetDynamicNodeCollection(ISiteMapNode node) { var usuarioLogado =...
Okay, I understand that the function of the tool is not to control access. So by what you said, the right thing to do is to get all nodes in...
Thank @NightOwl888. As always you are saving lives. As soon as possible I will study about session cache.
I downgrade to 4.6.18 and works fine.
I believe that in my case the problem was null PARENT_ID. I updated the values for 0 and updated to version 4.6.20 and is working.
No I'm not using areas. I downgraded to version 4.6.19 and still does not work, I honestly have no idea of what can be. **I did not make any changes**...
Take a look at the SaasKit project: https://github.com/saaskit/saaskit I've used it and it met my needs well.
Even though it seems abandoned, the source code is still there. This other project uses SaasKit with Asp.net Core and was my starting point: https://github.com/janaks09/NetCoreSaaS In my account also have...
Just use the FieldHidden attribute, look https://www.filehelpers.net/mustread/