FromUriAttribute 类

定义

一个 属性,指定值可以从查询字符串或路由数据绑定。

[System.AttributeUsage(System.AttributeTargets.Parameter, AllowMultiple=false, Inherited=true)]
public class FromUriAttribute : Attribute, Microsoft.AspNetCore.Mvc.ModelBinding.IBindingSourceMetadata, Microsoft.AspNetCore.Mvc.ModelBinding.IModelNameProvider, Microsoft.AspNetCore.Mvc.ModelBinding.IOptionalBinderMetadata
[<System.AttributeUsage(System.AttributeTargets.Parameter, AllowMultiple=false, Inherited=true)>]
type FromUriAttribute = class
    inherit Attribute
    interface IOptionalBinderMetadata
    interface IBindingSourceMetadata
    interface IModelNameProvider
Public Class FromUriAttribute
Inherits Attribute
Implements IBindingSourceMetadata, IModelNameProvider, IOptionalBinderMetadata
继承
FromUriAttribute
属性
实现

构造函数

FromUriAttribute()

初始化 FromUriAttribute 类的新实例。

属性

BindingSource

获取 BindingSource

IsOptional

获取一个值,该值指示参数是否参与 ASP.NET Web API操作重载。 如果 true为 ,则参数不参与重载。 否则,它会这样做。

Name

模型名称。

适用于