add [StreamRendering] to Head component for static rendering
This commit is contained in:
		| @ -3,6 +3,8 @@ | ||||
| @using Oqtane.Shared | ||||
| @inject SiteState SiteState | ||||
| @implements IDisposable | ||||
| @* the following StreamRendering attribute is required - if it is removed the framework will not render the content in static rendering *@ | ||||
| @attribute [StreamRendering] | ||||
|  | ||||
| @if (!string.IsNullOrEmpty(_title)) | ||||
| { | ||||
|  | ||||
| @ -3,7 +3,7 @@ | ||||
| @inject IInstallationService InstallationService | ||||
| @inject IJSRuntime JSRuntime | ||||
| @inject SiteState SiteState | ||||
| @* the following StreamRendering attribute is required - if it is removed the framework will not render a UI on static rendering *@ | ||||
| @* the following StreamRendering attribute is required - if it is removed the framework will not render the content in static rendering *@ | ||||
| @attribute [StreamRendering]  | ||||
|  | ||||
| @if (_initialized) | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 sbwalker
					sbwalker