The `PageActionDescriptorProvider` caches `_PageStart` factories and is invalidated when `PageActionDescriptorChangeProvider` is modifed. ``` /_PageStart.cshtml /Pages <- BasePath /Index.cshtml ``` However, it specifically watches for cshtml files under the BasePath directory. This might miss changes to `_PageStart` items outside the BasePath.
The
PageActionDescriptorProvidercaches_PageStartfactories and is invalidated whenPageActionDescriptorChangeProvideris modifed.However, it specifically watches for cshtml files under the BasePath directory. This might miss changes to
_PageStartitems outside the BasePath.