Table of Contents

Class AjaxService

Namespace
BootstrapBlazor.Components
Assembly
BootstrapBlazor.dll

Ajax服务类

public class AjaxService
Inheritance
AjaxService
Inherited Members
Extension Methods

Constructors

AjaxService()

public AjaxService()

Methods

Goto(string)

调用 Goto 方法跳转其他页面

public Task Goto(string url)

Parameters

url string

Returns

Task

InvokeAsync(AjaxOption)

调用Ajax方法发送请求

public Task<JsonDocument?> InvokeAsync(AjaxOption option)

Parameters

option AjaxOption

Returns

Task<JsonDocument>