Show / Hide Table of Contents

Class BlazorAssetProvider

Loading resources, helper class

Inheritance
System.Object
BlazorAssetProvider
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Fusee.Base.Imp.Blazor
Assembly: Fusee.Base.Imp.Blazor.dll
Syntax
public static class BlazorAssetProvider

Methods

GetLocalAddress(IJSRuntime)

returns the local HTTP address

Declaration
public static async Task<string> GetLocalAddress(IJSRuntime runtime)
Parameters
Type Name Description
IJSRuntime runtime
Returns
Type Description
System.Threading.Tasks.Task<System.String>
Generated by DocFX
GitHub Repo
Back to top