added support for url mapping and viitors
This commit is contained in:
		| @ -22,7 +22,7 @@ | ||||
| <body> | ||||
|     @(Html.AntiForgeryToken()) | ||||
|     <app> | ||||
|         <component type="typeof(Oqtane.App)" render-mode="@Model.RenderMode" param-AntiForgeryToken="@Model.AntiForgeryToken" param-Runtime="@Model.Runtime" param-RenderMode="@Model.RenderMode.ToString()" /> | ||||
|         <component type="typeof(Oqtane.App)" render-mode="@Model.RenderMode" param-AntiForgeryToken="@Model.AntiForgeryToken" param-Runtime="@Model.Runtime" param-RenderMode="@Model.RenderMode.ToString()" param-VisitorId="@Model.VisitorId" /> | ||||
|     </app> | ||||
|  | ||||
|     <div id="blazor-error-ui"> | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Shaun Walker
					Shaun Walker