Table of Contents

Class DiscoveryOptions

Namespace
The.Web.Composition
Assembly
Instagile.Web.Client.dll
public class DiscoveryOptions
Inheritance
DiscoveryOptions
Inherited Members

Properties

EnableSubtleCrypto

If true, use browser-based cryptography.

public bool EnableSubtleCrypto { get; set; }

Property Value

bool

Remarks

Default: true in WebAssembly, false otherwise.

InteractiveRenderMode

The @rendermode to use in components that require interactivity.

public IComponentRenderMode InteractiveRenderMode { get; set; }

Property Value

IComponentRenderMode

Remarks

OverrideEntryPoint

If set, discover specs from this assembly.

public Assembly? OverrideEntryPoint { get; set; }

Property Value

Assembly

Remarks

Default: the calling assembly.

ResourceEntryPoint

If set, discover resources (model, license, etc) from this assembly instead of the assembly that contains entity metadata.

public Assembly? ResourceEntryPoint { get; set; }

Property Value

Assembly

Remarks

Default: not set.