3 references to ResourcesPath
Aspire.Dashboard (3)
DashboardWebApplication.cs (2)
348
if (context.Request.Path.Equals(TargetLocationInterceptor.
ResourcesPath
, StringComparisons.UrlPath))
734
options.CallbackPath = TargetLocationInterceptor.
ResourcesPath
;
Model\TargetLocationInterceptor.cs (1)
36
if (string.Equals(path,
ResourcesPath
, StringComparisons.UrlPath))