Class EmptyWebAssemblyHostEnvironment
Inheritance
object
EmptyWebAssemblyHostEnvironment
Implements
Microsoft.AspNetCore.Components.WebAssembly.Hosting.IWebAssemblyHostEnvironment
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Microsoft.Extensions.DependencyInjection
Assembly: Volo.Abp.AspNetCore.Components.WebAssembly.dll
Syntax
public class EmptyWebAssemblyHostEnvironment : IWebAssemblyHostEnvironment
Constructors
EmptyWebAssemblyHostEnvironment()
Declaration
public EmptyWebAssemblyHostEnvironment()
Properties
BaseAddress
Declaration
public string BaseAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Environment
Declaration
public string Environment { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Implements
Microsoft.AspNetCore.Components.WebAssembly.Hosting.IWebAssemblyHostEnvironment