Table of Contents

Class QueryParameterAttribute

[AttributeUsage(AttributeTargets.Property, AllowMultiple = true)]
public class QueryParameterAttribute : PropertyAttribute
Inheritance
QueryParameterAttribute
Extension Methods

Constructors

QueryParameterAttribute(string)

public QueryParameterAttribute(string name)

Parameters

name string

Properties

Name

public string Name { get; protected set; }

Property Value

string