FromUriAttribute Class  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An attribute that specifies that the value can be bound from the query string or route data.
[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 IModelNameProviderPublic Class FromUriAttribute
Inherits Attribute
Implements IBindingSourceMetadata, IModelNameProvider, IOptionalBinderMetadata- Inheritance
- 
				FromUriAttribute
- Attributes
- Implements
Constructors
| FromUriAttribute() | Initializes a new instance of the FromUriAttribute class. | 
Properties
| BindingSource | Gets the BindingSource. | 
| IsOptional | Gets a value indicating whether the parameter participates in ASP.NET Web API action overloading. If
 | 
| Name | Model name. |