1 write to PublicUrl
Microsoft.AspNetCore.Components.Testing (1)
_generated\3\E2EManifestJsonContext.E2EAppEntry.g.cs (1)
125
Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Components.Testing.Infrastructure.E2EAppEntry)obj).
PublicUrl
= value!,
3 references to PublicUrl
Microsoft.AspNetCore.Components.Testing (3)
_generated\3\E2EManifestJsonContext.E2EAppEntry.g.cs (2)
124
Getter = static obj => ((global::Microsoft.AspNetCore.Components.Testing.Infrastructure.E2EAppEntry)obj).
PublicUrl
,
177
writer.WriteString(PropName_publicUrl, ((global::Microsoft.AspNetCore.Components.Testing.Infrastructure.E2EAppEntry)value).
PublicUrl
);
Infrastructure\ServerInstance.cs (1)
79
PublicUrl = appEntry.
PublicUrl
;