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