Codemaid
This commit is contained in:
@@ -27,7 +27,7 @@ public class Navigation(IServiceProvider provider,
|
||||
{
|
||||
currentSegmentIndex++;
|
||||
|
||||
if (provider.GetKeyedService<IContentTemplateDescriptor>(segment)
|
||||
if (provider.GetKeyedService<IContentTemplateDescriptor>(segment)
|
||||
is IContentTemplateDescriptor descriptor)
|
||||
{
|
||||
Dictionary<string, object>? arguments = parameters?.ToDictionary(x => x.Key, x => x.Value, StringComparer.InvariantCultureIgnoreCase) ?? [];
|
||||
|
||||
Reference in New Issue
Block a user