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