Skip to main content
All docs
V25.1
  • .NET 8.0+

    IsGrantedExtensions.CanNavigate Method

    Name Parameters Description
    CanNavigate(IRequestSecurityStrategy, String, Object) static security, itemPath, targetObject Checks whether the current user can navigate to the specified item.
    CanNavigate(IRequestSecurityStrategy, String, Type, Object) static security, itemPath, type, targetObjectKey Checks whether the current user can navigate to an object with the specified key.
    CanNavigate(IRequestSecurityStrategy, String, Type) static security, itemPath, type Checks whether the current user can navigate to the specified item.
    CanNavigate(IRequestSecurityStrategy, String) static security, itemPath Checks whether the current user can navigate to the specified item.
    CanNavigate<T>(IRequestSecurityStrategy, String, Object) static security, itemPath, targetObjectKey Checks whether the current user can navigate to an object with the specified key.
    CanNavigate<T>(IRequestSecurityStrategy, String) static security, itemPath Checks whether the current user can navigate to the specified item.