[AttributeUsage(AttributeTargets.Property, AllowMultiple = false)]public class RequestParameterAttribute:Attribute
An attribute which is used to specially mark a property for reflective purposes,
assign a name to the property and indicate it's location in the request as either
in the path or query portion of the request URL.
The name of the parameter. If the parameter is a path parameter this name will be used to substitute the
string value into the path, replacing {name}. If the parameter is a query parameter, this parameter will be
added to the query string, in the format "name=value".
The name of the parameter. If the parameter is a path parameter this name will be used to substitute the
string value into the path, replacing {name}. If the parameter is a query parameter, this parameter will be
added to the query string, in the format "name=value".
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis page provides documentation for the \u003ccode\u003eRequestParameterAttribute\u003c/code\u003e class, which is used to mark properties for reflective purposes in REST URIs.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eRequestParameterAttribute\u003c/code\u003e class assigns a name to a property and designates its location in the request URL, either in the path or query portion.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eRequestParameterAttribute\u003c/code\u003e class has two constructors, one that sets the parameter type as Query by default, and another that allows you to select a RequestParameterType of Path, Query or UserDefinedQueries.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eRequestParameterAttribute\u003c/code\u003e class contains two properties: \u003ccode\u003eName\u003c/code\u003e, which provides the name of the parameter, and \u003ccode\u003eType\u003c/code\u003e, which indicates whether it's a Path or Query parameter.\u003c/p\u003e\n"],["\u003cp\u003eThere are different versions of the RequestParameterAttribute available, with 1.69.0 being the latest version.\u003c/p\u003e\n"]]],[],null,[]]