RemoteAttribute 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
控制器的 , RemoteAttributeBase 用于配置不显眼验证以向网站发送 Ajax 请求。 调用的操作应返回指示值是否有效的 JSON。
public ref class RemoteAttribute : System::ComponentModel::DataAnnotations::ValidationAttribute, Microsoft::AspNetCore::Mvc::ModelBinding::Validation::IClientModelValidator
public ref class RemoteAttribute : Microsoft::AspNetCore::Mvc::RemoteAttributeBase
[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
public class RemoteAttribute : System.ComponentModel.DataAnnotations.ValidationAttribute, Microsoft.AspNetCore.Mvc.ModelBinding.Validation.IClientModelValidator
[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
public class RemoteAttribute : Microsoft.AspNetCore.Mvc.RemoteAttributeBase
[<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)>]
type RemoteAttribute = class
inherit ValidationAttribute
interface IClientModelValidator
[<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)>]
type RemoteAttribute = class
inherit RemoteAttributeBase
Public Class RemoteAttribute
Inherits ValidationAttribute
Implements IClientModelValidator
Public Class RemoteAttribute
Inherits RemoteAttributeBase
- 继承
-
RemoteAttribute
- 继承
- 属性
- 实现
注解
不对最终表单提交执行服务器端验证。
构造函数
RemoteAttribute() |
初始化 RemoteAttribute 类的新实例。 |
RemoteAttribute(String, String, String) |
初始化 RemoteAttribute 类的新实例。 |
RemoteAttribute(String, String) |
初始化 RemoteAttribute 类的新实例。 |
RemoteAttribute(String) |
初始化 RemoteAttribute 类的新实例。 |
属性
AdditionalFields |
获取或设置客户端应包含在验证请求中的字段的逗号分隔名称。 |
AdditionalFields |
获取或设置客户端应包含在验证请求中的字段的逗号分隔名称。 (继承自 RemoteAttributeBase) |
HttpMethod |
获取或设置 ( |
HttpMethod |
获取或设置 ( |
RouteData |
获取 RouteValueDictionary 在生成客户端应发送验证请求的 URL 时使用的 。 |
RouteData |
获取 RouteValueDictionary 在生成客户端应发送验证请求的 URL 时使用的 。 (继承自 RemoteAttributeBase) |
RouteName |
获取或设置生成客户端应在其中发送验证请求的 URL 时使用的路由名称。 |