Table of Contents

Interface IIPLocator

Namespace
BootstrapBlazor.Components
Assembly
BootstrapBlazor.dll

IP 地址定位接口

[Obsolete("已弃用,请参考 https://www.blazor.zone/locator")]
public interface IIPLocator
Extension Methods

Properties

Url

获得/设置 接口地址

string? Url { get; set; }

Property Value

string

Methods

Locate(IPLocatorOption)

定位方法

Task<string?> Locate(IPLocatorOption option)

Parameters

option IPLocatorOption

定位器配置信息

Returns

Task<string>

定位器定位结果