8 references to StaticServer
Microsoft.AspNetCore.Components.Endpoints (8)
_generated\19\BrowserOptionsJsonContext.BrowserOptions.g.cs (2)
122
Getter = static obj => ((global::Microsoft.AspNetCore.Components.BrowserOptions)obj).
StaticServer
,
169
global::Microsoft.AspNetCore.Components.StaticServerBrowserOptions __value_StaticServer = ((global::Microsoft.AspNetCore.Components.BrowserOptions)value).
StaticServer
;
BrowserConfiguration\ConfigureBrowser.cs (6)
67
target.
StaticServer
.PreserveDom = source.
StaticServer
.PreserveDom ?? target.
StaticServer
.PreserveDom;
68
target.
StaticServer
.CircuitInactivityTimeout = source.
StaticServer
.CircuitInactivityTimeout ?? target.
StaticServer
.CircuitInactivityTimeout;