1 implementation of TargetId
Aspire.Hosting.Browsers (1)
BrowserPageSession.cs (1)
71
public string
TargetId
=> _targetId ?? throw new InvalidOperationException("Browser target id is not available before the target session starts.");
1 reference to TargetId
Aspire.Hosting.Browsers (1)
BrowserLogsRunningSession.cs (1)
258
_targetId = _pageSession.
TargetId
;