Class AjaxOption
- Namespace
- BootstrapBlazor.Components
- Assembly
- BootstrapBlazor.dll
Ajax配置类
public class AjaxOption
- Inheritance
-
AjaxOption
- Inherited Members
- Extension Methods
Constructors
AjaxOption()
public AjaxOption()
Properties
Data
获取/设置 要上传的参数类
public object? Data { get; set; }
Property Value
Method
获取/设置 传输方式,默认为POST
public string Method { get; set; }
Property Value
Url
获取/设置 请求的URL
public string? Url { get; set; }