1 implementation of TargetId
Aspire.Hosting.Browsers (1)
BrowserPageSession.cs (1)
71public 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;