In general if we use View("Index"). It will search for views in Views/ControllerName or Views/Shared folder. Likewise if we use Component.InvokeAsync("SomeData") then what are the paths it will search for that viewcomponent
In general if we use View("Index"). It will search for views in Views/ControllerName or Views/Shared folder. Likewise if we use Component.InvokeAsync("SomeData") then what are the paths it will search for that viewcomponent
Since it is a component, runtimes will search into components folder as stated below:
source: microsoft docs