FromQueryAttribute Class

Summary

Specifies that a parameter or property should be bound using the request query string.

Syntax

public class FromQueryAttribute : Attribute, _Attribute, IBindingSourceMetadata, IModelNameProvider

GitHub

View on GitHub

class Microsoft.AspNet.Mvc.FromQueryAttribute

Properties

BindingSource()
Return type:Microsoft.AspNet.Mvc.ModelBinding.BindingSource
public BindingSource BindingSource { get; }
Name()
Return type:System.String
public string Name { get; set; }