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