Table of Contents

Class JSModuleAutoLoaderAttribute

Namespace
BootstrapBlazor.Components
Assembly
BootstrapBlazor.dll

JSModuleAutoLoaderAttribute class

[AttributeUsage(AttributeTargets.Class)]
public class JSModuleAutoLoaderAttribute : Attribute
Inheritance
JSModuleAutoLoaderAttribute
Inherited Members
Extension Methods

Constructors

JSModuleAutoLoaderAttribute(string?)

JSModuleAutoLoaderAttribute class

public JSModuleAutoLoaderAttribute(string? path = null)

Parameters

path string

Properties

AutoInvokeDispose

获得/设置 是否自动调用 dispose 默认 true

public bool AutoInvokeDispose { get; set; }

Property Value

bool

AutoInvokeInit

获得/设置 是否自动调用 init 默认 true

public bool AutoInvokeInit { get; set; }

Property Value

bool

JSObjectReference

Represents a reference to a JavaScript object Default value false

public bool JSObjectReference { get; set; }

Property Value

bool

Path

获得 Name 属性

public string? Path { get; }

Property Value

string