Horje
blazor get current url Code Example
blazor get current url
MyNavigationManager.Uri
#> https://localhost:5001/counter/3?q=hi

MyNavigationManager.BaseUri
#> https://localhost:5001/

MyNavigationManager.NavigateTo("http://new location")
#> Navigates to new location

MyNavigationManager.LocationChanged
#> An event that fires when the navigation location has changed.

MyNavigationManager.ToAbsoluteUri("pepe")
#> https://localhost:5001/pepe

MyNavigationManager.ToBaseRelativePath(MyNavigationManager.Uri)
#> counter/3?q=hi

Helper: AddQueryParm( "q2", "bye" ) // (*1)
#> https://localhost:5001/counter/3?q=hi&q2=bye

Helper: GetQueryParm( "q" )
#> hi




Csharp

Related
unity set particle properties through script Code Example unity set particle properties through script Code Example
technische vragen c# Code Example technische vragen c# Code Example
how can i only show just a part of alist in datagridview in c# Code Example how can i only show just a part of alist in datagridview in c# Code Example
control shot c# WF Code Example control shot c# WF Code Example
#movement speed c Code Example #movement speed c Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11