Microsoft.AspNetCore.Routing.xml 100 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572
  1. <?xml version="1.0"?>
  2. <doc>
  3. <assembly>
  4. <name>Microsoft.AspNetCore.Routing</name>
  5. </assembly>
  6. <members>
  7. <member name="M:Microsoft.Extensions.Internal.PropertyHelper.#ctor(System.Reflection.PropertyInfo)">
  8. <summary>
  9. Initializes a fast <see cref="T:Microsoft.Extensions.Internal.PropertyHelper"/>.
  10. This constructor does not cache the helper. For caching, use <see cref="M:Microsoft.Extensions.Internal.PropertyHelper.GetProperties(System.Type)"/>.
  11. </summary>
  12. </member>
  13. <member name="P:Microsoft.Extensions.Internal.PropertyHelper.Property">
  14. <summary>
  15. Gets the backing <see cref="T:System.Reflection.PropertyInfo"/>.
  16. </summary>
  17. </member>
  18. <member name="P:Microsoft.Extensions.Internal.PropertyHelper.Name">
  19. <summary>
  20. Gets (or sets in derived types) the property name.
  21. </summary>
  22. </member>
  23. <member name="P:Microsoft.Extensions.Internal.PropertyHelper.ValueGetter">
  24. <summary>
  25. Gets the property value getter.
  26. </summary>
  27. </member>
  28. <member name="P:Microsoft.Extensions.Internal.PropertyHelper.ValueSetter">
  29. <summary>
  30. Gets the property value setter.
  31. </summary>
  32. </member>
  33. <member name="M:Microsoft.Extensions.Internal.PropertyHelper.GetValue(System.Object)">
  34. <summary>
  35. Returns the property value for the specified <paramref name="instance"/>.
  36. </summary>
  37. <param name="instance">The object whose property value will be returned.</param>
  38. <returns>The property value.</returns>
  39. </member>
  40. <member name="M:Microsoft.Extensions.Internal.PropertyHelper.SetValue(System.Object,System.Object)">
  41. <summary>
  42. Sets the property value for the specified <paramref name="instance" />.
  43. </summary>
  44. <param name="instance">The object whose property value will be set.</param>
  45. <param name="value">The property value.</param>
  46. </member>
  47. <member name="M:Microsoft.Extensions.Internal.PropertyHelper.GetProperties(System.Reflection.TypeInfo)">
  48. <summary>
  49. Creates and caches fast property helpers that expose getters for every public get property on the
  50. underlying type.
  51. </summary>
  52. <param name="typeInfo">The type info to extract property accessors for.</param>
  53. <returns>A cached array of all public properties of the specified type.
  54. </returns>
  55. </member>
  56. <member name="M:Microsoft.Extensions.Internal.PropertyHelper.GetProperties(System.Type)">
  57. <summary>
  58. Creates and caches fast property helpers that expose getters for every public get property on the
  59. specified type.
  60. </summary>
  61. <param name="type">The type to extract property accessors for.</param>
  62. <returns>A cached array of all public properties of the specified type.
  63. </returns>
  64. </member>
  65. <member name="M:Microsoft.Extensions.Internal.PropertyHelper.GetVisibleProperties(System.Reflection.TypeInfo)">
  66. <summary>
  67. <para>
  68. Creates and caches fast property helpers that expose getters for every non-hidden get property
  69. on the specified type.
  70. </para>
  71. <para>
  72. <see cref="M:GetVisibleProperties"/> excludes properties defined on base types that have been
  73. hidden by definitions using the <c>new</c> keyword.
  74. </para>
  75. </summary>
  76. <param name="typeInfo">The type info to extract property accessors for.</param>
  77. <returns>
  78. A cached array of all public properties of the specified type.
  79. </returns>
  80. </member>
  81. <member name="M:Microsoft.Extensions.Internal.PropertyHelper.GetVisibleProperties(System.Type)">
  82. <summary>
  83. <para>
  84. Creates and caches fast property helpers that expose getters for every non-hidden get property
  85. on the specified type.
  86. </para>
  87. <para>
  88. <see cref="M:GetVisibleProperties"/> excludes properties defined on base types that have been
  89. hidden by definitions using the <c>new</c> keyword.
  90. </para>
  91. </summary>
  92. <param name="type">The type to extract property accessors for.</param>
  93. <returns>
  94. A cached array of all public properties of the specified type.
  95. </returns>
  96. </member>
  97. <member name="M:Microsoft.Extensions.Internal.PropertyHelper.MakeFastPropertyGetter(System.Reflection.PropertyInfo)">
  98. <summary>
  99. Creates a single fast property getter. The result is not cached.
  100. </summary>
  101. <param name="propertyInfo">propertyInfo to extract the getter for.</param>
  102. <returns>a fast getter.</returns>
  103. <remarks>
  104. This method is more memory efficient than a dynamically compiled lambda, and about the
  105. same speed.
  106. </remarks>
  107. </member>
  108. <member name="M:Microsoft.Extensions.Internal.PropertyHelper.MakeNullSafeFastPropertyGetter(System.Reflection.PropertyInfo)">
  109. <summary>
  110. Creates a single fast property getter which is safe for a null input object. The result is not cached.
  111. </summary>
  112. <param name="propertyInfo">propertyInfo to extract the getter for.</param>
  113. <returns>a fast getter.</returns>
  114. <remarks>
  115. This method is more memory efficient than a dynamically compiled lambda, and about the
  116. same speed.
  117. </remarks>
  118. </member>
  119. <member name="M:Microsoft.Extensions.Internal.PropertyHelper.MakeFastPropertySetter(System.Reflection.PropertyInfo)">
  120. <summary>
  121. Creates a single fast property setter for reference types. The result is not cached.
  122. </summary>
  123. <param name="propertyInfo">propertyInfo to extract the setter for.</param>
  124. <returns>a fast getter.</returns>
  125. <remarks>
  126. This method is more memory efficient than a dynamically compiled lambda, and about the
  127. same speed. This only works for reference types.
  128. </remarks>
  129. </member>
  130. <member name="M:Microsoft.Extensions.Internal.PropertyHelper.ObjectToDictionary(System.Object)">
  131. <summary>
  132. Given an object, adds each instance property with a public get method as a key and its
  133. associated value to a dictionary.
  134. If the object is already an <see cref="T:System.Collections.Generic.IDictionary`2"/> instance, then a copy
  135. is returned.
  136. </summary>
  137. <remarks>
  138. The implementation of PropertyHelper will cache the property accessors per-type. This is
  139. faster when the same type is used multiple times with ObjectToDictionary.
  140. </remarks>
  141. </member>
  142. <member name="T:Microsoft.Extensions.DependencyInjection.RoutingServiceCollectionExtensions">
  143. <summary>
  144. Contains extension methods to <see cref="T:Microsoft.Extensions.DependencyInjection.IServiceCollection"/>.
  145. </summary>
  146. </member>
  147. <member name="M:Microsoft.Extensions.DependencyInjection.RoutingServiceCollectionExtensions.AddRouting(Microsoft.Extensions.DependencyInjection.IServiceCollection)">
  148. <summary>
  149. Adds services required for routing requests.
  150. </summary>
  151. <param name="services">The <see cref="T:Microsoft.Extensions.DependencyInjection.IServiceCollection"/> to add the services to.</param>
  152. <returns>The <see cref="T:Microsoft.Extensions.DependencyInjection.IServiceCollection"/> so that additional calls can be chained.</returns>
  153. </member>
  154. <member name="M:Microsoft.Extensions.DependencyInjection.RoutingServiceCollectionExtensions.AddRouting(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{Microsoft.AspNetCore.Routing.RouteOptions})">
  155. <summary>
  156. Adds services required for routing requests.
  157. </summary>
  158. <param name="services">The <see cref="T:Microsoft.Extensions.DependencyInjection.IServiceCollection"/> to add the services to.</param>
  159. <param name="configureOptions">The routing options to configure the middleware with.</param>
  160. <returns>The <see cref="T:Microsoft.Extensions.DependencyInjection.IServiceCollection"/> so that additional calls can be chained.</returns>
  161. </member>
  162. <member name="T:Microsoft.AspNetCore.Routing.Constraints.AlphaRouteConstraint">
  163. <summary>
  164. Constrains a route parameter to contain only lowercase or uppercase letters A through Z in the English alphabet.
  165. </summary>
  166. </member>
  167. <member name="M:Microsoft.AspNetCore.Routing.Constraints.AlphaRouteConstraint.#ctor">
  168. <summary>
  169. Initializes a new instance of the <see cref="T:Microsoft.AspNetCore.Routing.Constraints.AlphaRouteConstraint" /> class.
  170. </summary>
  171. </member>
  172. <member name="T:Microsoft.AspNetCore.Routing.Constraints.BoolRouteConstraint">
  173. <summary>
  174. Constrains a route parameter to represent only Boolean values.
  175. </summary>
  176. </member>
  177. <member name="M:Microsoft.AspNetCore.Routing.Constraints.BoolRouteConstraint.Match(Microsoft.AspNetCore.Http.HttpContext,Microsoft.AspNetCore.Routing.IRouter,System.String,Microsoft.AspNetCore.Routing.RouteValueDictionary,Microsoft.AspNetCore.Routing.RouteDirection)">
  178. <inheritdoc />
  179. </member>
  180. <member name="T:Microsoft.AspNetCore.Routing.Constraints.CompositeRouteConstraint">
  181. <summary>
  182. Constrains a route by several child constraints.
  183. </summary>
  184. </member>
  185. <member name="M:Microsoft.AspNetCore.Routing.Constraints.CompositeRouteConstraint.#ctor(System.Collections.Generic.IEnumerable{Microsoft.AspNetCore.Routing.IRouteConstraint})">
  186. <summary>
  187. Initializes a new instance of the <see cref="T:Microsoft.AspNetCore.Routing.Constraints.CompositeRouteConstraint" /> class.
  188. </summary>
  189. <param name="constraints">The child constraints that must match for this constraint to match.</param>
  190. </member>
  191. <member name="P:Microsoft.AspNetCore.Routing.Constraints.CompositeRouteConstraint.Constraints">
  192. <summary>
  193. Gets the child constraints that must match for this constraint to match.
  194. </summary>
  195. </member>
  196. <member name="M:Microsoft.AspNetCore.Routing.Constraints.CompositeRouteConstraint.Match(Microsoft.AspNetCore.Http.HttpContext,Microsoft.AspNetCore.Routing.IRouter,System.String,Microsoft.AspNetCore.Routing.RouteValueDictionary,Microsoft.AspNetCore.Routing.RouteDirection)">
  197. <inheritdoc />
  198. </member>
  199. <member name="T:Microsoft.AspNetCore.Routing.Constraints.DateTimeRouteConstraint">
  200. <summary>
  201. Constrains a route parameter to represent only <see cref="T:System.DateTime"/> values.
  202. </summary>
  203. <remarks>
  204. This constraint tries to parse strings by using all of the formats returned by the
  205. CultureInfo.InvariantCulture.DateTimeFormat.GetAllDateTimePatterns() method.
  206. For a sample on how to list all formats which are considered, please visit
  207. http://msdn.microsoft.com/en-us/library/aszyst2c(v=vs.110).aspx
  208. </remarks>
  209. </member>
  210. <member name="M:Microsoft.AspNetCore.Routing.Constraints.DateTimeRouteConstraint.Match(Microsoft.AspNetCore.Http.HttpContext,Microsoft.AspNetCore.Routing.IRouter,System.String,Microsoft.AspNetCore.Routing.RouteValueDictionary,Microsoft.AspNetCore.Routing.RouteDirection)">
  211. <inheritdoc />
  212. </member>
  213. <member name="T:Microsoft.AspNetCore.Routing.Constraints.DecimalRouteConstraint">
  214. <summary>
  215. Constrains a route parameter to represent only decimal values.
  216. </summary>
  217. </member>
  218. <member name="M:Microsoft.AspNetCore.Routing.Constraints.DecimalRouteConstraint.Match(Microsoft.AspNetCore.Http.HttpContext,Microsoft.AspNetCore.Routing.IRouter,System.String,Microsoft.AspNetCore.Routing.RouteValueDictionary,Microsoft.AspNetCore.Routing.RouteDirection)">
  219. <inheritdoc />
  220. </member>
  221. <member name="T:Microsoft.AspNetCore.Routing.Constraints.DoubleRouteConstraint">
  222. <summary>
  223. Constrains a route parameter to represent only 64-bit floating-point values.
  224. </summary>
  225. </member>
  226. <member name="M:Microsoft.AspNetCore.Routing.Constraints.DoubleRouteConstraint.Match(Microsoft.AspNetCore.Http.HttpContext,Microsoft.AspNetCore.Routing.IRouter,System.String,Microsoft.AspNetCore.Routing.RouteValueDictionary,Microsoft.AspNetCore.Routing.RouteDirection)">
  227. <inheritdoc />
  228. </member>
  229. <member name="T:Microsoft.AspNetCore.Routing.Constraints.FloatRouteConstraint">
  230. <summary>
  231. Constrains a route parameter to represent only 32-bit floating-point values.
  232. </summary>
  233. </member>
  234. <member name="M:Microsoft.AspNetCore.Routing.Constraints.FloatRouteConstraint.Match(Microsoft.AspNetCore.Http.HttpContext,Microsoft.AspNetCore.Routing.IRouter,System.String,Microsoft.AspNetCore.Routing.RouteValueDictionary,Microsoft.AspNetCore.Routing.RouteDirection)">
  235. <inheritdoc />
  236. </member>
  237. <member name="T:Microsoft.AspNetCore.Routing.Constraints.GuidRouteConstraint">
  238. <summary>
  239. Constrains a route parameter to represent only <see cref="T:System.Guid"/> values.
  240. Matches values specified in any of the five formats "N", "D", "B", "P", or "X",
  241. supported by Guid.ToString(string) and Guid.ToString(String, IFormatProvider) methods.
  242. </summary>
  243. </member>
  244. <member name="M:Microsoft.AspNetCore.Routing.Constraints.GuidRouteConstraint.Match(Microsoft.AspNetCore.Http.HttpContext,Microsoft.AspNetCore.Routing.IRouter,System.String,Microsoft.AspNetCore.Routing.RouteValueDictionary,Microsoft.AspNetCore.Routing.RouteDirection)">
  245. <inheritdoc />
  246. </member>
  247. <member name="T:Microsoft.AspNetCore.Routing.Constraints.HttpMethodRouteConstraint">
  248. <summary>
  249. Constrains the HTTP method of request or a route.
  250. </summary>
  251. </member>
  252. <member name="M:Microsoft.AspNetCore.Routing.Constraints.HttpMethodRouteConstraint.#ctor(System.String[])">
  253. <summary>
  254. Creates a new <see cref="T:Microsoft.AspNetCore.Routing.Constraints.HttpMethodRouteConstraint"/> that accepts the HTTP methods specified
  255. by <paramref name="allowedMethods"/>.
  256. </summary>
  257. <param name="allowedMethods">The allowed HTTP methods.</param>
  258. </member>
  259. <member name="P:Microsoft.AspNetCore.Routing.Constraints.HttpMethodRouteConstraint.AllowedMethods">
  260. <summary>
  261. Gets the HTTP methods allowed by the constraint.
  262. </summary>
  263. </member>
  264. <member name="M:Microsoft.AspNetCore.Routing.Constraints.HttpMethodRouteConstraint.Match(Microsoft.AspNetCore.Http.HttpContext,Microsoft.AspNetCore.Routing.IRouter,System.String,Microsoft.AspNetCore.Routing.RouteValueDictionary,Microsoft.AspNetCore.Routing.RouteDirection)">
  265. <inheritdoc />
  266. </member>
  267. <member name="T:Microsoft.AspNetCore.Routing.Constraints.IntRouteConstraint">
  268. <summary>
  269. Constrains a route parameter to represent only 32-bit integer values.
  270. </summary>
  271. </member>
  272. <member name="M:Microsoft.AspNetCore.Routing.Constraints.IntRouteConstraint.Match(Microsoft.AspNetCore.Http.HttpContext,Microsoft.AspNetCore.Routing.IRouter,System.String,Microsoft.AspNetCore.Routing.RouteValueDictionary,Microsoft.AspNetCore.Routing.RouteDirection)">
  273. <inheritdoc />
  274. </member>
  275. <member name="T:Microsoft.AspNetCore.Routing.Constraints.LengthRouteConstraint">
  276. <summary>
  277. Constrains a route parameter to be a string of a given length or within a given range of lengths.
  278. </summary>
  279. </member>
  280. <member name="M:Microsoft.AspNetCore.Routing.Constraints.LengthRouteConstraint.#ctor(System.Int32)">
  281. <summary>
  282. Initializes a new instance of the <see cref="T:Microsoft.AspNetCore.Routing.Constraints.LengthRouteConstraint" /> class that constrains
  283. a route parameter to be a string of a given length.
  284. </summary>
  285. <param name="length">The length of the route parameter.</param>
  286. </member>
  287. <member name="M:Microsoft.AspNetCore.Routing.Constraints.LengthRouteConstraint.#ctor(System.Int32,System.Int32)">
  288. <summary>
  289. Initializes a new instance of the <see cref="T:Microsoft.AspNetCore.Routing.Constraints.LengthRouteConstraint" /> class that constrains
  290. a route parameter to be a string of a given length.
  291. </summary>
  292. <param name="minLength">The minimum length allowed for the route parameter.</param>
  293. <param name="maxLength">The maximum length allowed for the route parameter.</param>
  294. </member>
  295. <member name="P:Microsoft.AspNetCore.Routing.Constraints.LengthRouteConstraint.MinLength">
  296. <summary>
  297. Gets the minimum length allowed for the route parameter.
  298. </summary>
  299. </member>
  300. <member name="P:Microsoft.AspNetCore.Routing.Constraints.LengthRouteConstraint.MaxLength">
  301. <summary>
  302. Gets the maximum length allowed for the route parameter.
  303. </summary>
  304. </member>
  305. <member name="M:Microsoft.AspNetCore.Routing.Constraints.LengthRouteConstraint.Match(Microsoft.AspNetCore.Http.HttpContext,Microsoft.AspNetCore.Routing.IRouter,System.String,Microsoft.AspNetCore.Routing.RouteValueDictionary,Microsoft.AspNetCore.Routing.RouteDirection)">
  306. <inheritdoc />
  307. </member>
  308. <member name="T:Microsoft.AspNetCore.Routing.Constraints.LongRouteConstraint">
  309. <summary>
  310. Constrains a route parameter to represent only 64-bit integer values.
  311. </summary>
  312. </member>
  313. <member name="M:Microsoft.AspNetCore.Routing.Constraints.LongRouteConstraint.Match(Microsoft.AspNetCore.Http.HttpContext,Microsoft.AspNetCore.Routing.IRouter,System.String,Microsoft.AspNetCore.Routing.RouteValueDictionary,Microsoft.AspNetCore.Routing.RouteDirection)">
  314. <inheritdoc />
  315. </member>
  316. <member name="T:Microsoft.AspNetCore.Routing.Constraints.MaxLengthRouteConstraint">
  317. <summary>
  318. Constrains a route parameter to be a string with a maximum length.
  319. </summary>
  320. </member>
  321. <member name="M:Microsoft.AspNetCore.Routing.Constraints.MaxLengthRouteConstraint.#ctor(System.Int32)">
  322. <summary>
  323. Initializes a new instance of the <see cref="T:Microsoft.AspNetCore.Routing.Constraints.MaxLengthRouteConstraint" /> class.
  324. </summary>
  325. <param name="maxLength">The maximum length allowed for the route parameter.</param>
  326. </member>
  327. <member name="P:Microsoft.AspNetCore.Routing.Constraints.MaxLengthRouteConstraint.MaxLength">
  328. <summary>
  329. Gets the maximum length allowed for the route parameter.
  330. </summary>
  331. </member>
  332. <member name="M:Microsoft.AspNetCore.Routing.Constraints.MaxLengthRouteConstraint.Match(Microsoft.AspNetCore.Http.HttpContext,Microsoft.AspNetCore.Routing.IRouter,System.String,Microsoft.AspNetCore.Routing.RouteValueDictionary,Microsoft.AspNetCore.Routing.RouteDirection)">
  333. <inheritdoc />
  334. </member>
  335. <member name="T:Microsoft.AspNetCore.Routing.Constraints.MaxRouteConstraint">
  336. <summary>
  337. Constrains a route parameter to be an integer with a maximum value.
  338. </summary>
  339. </member>
  340. <member name="M:Microsoft.AspNetCore.Routing.Constraints.MaxRouteConstraint.#ctor(System.Int64)">
  341. <summary>
  342. Initializes a new instance of the <see cref="T:Microsoft.AspNetCore.Routing.Constraints.MaxRouteConstraint" /> class.
  343. </summary>
  344. <param name="max">The maximum value allowed for the route parameter.</param>
  345. </member>
  346. <member name="P:Microsoft.AspNetCore.Routing.Constraints.MaxRouteConstraint.Max">
  347. <summary>
  348. Gets the maximum allowed value of the route parameter.
  349. </summary>
  350. </member>
  351. <member name="M:Microsoft.AspNetCore.Routing.Constraints.MaxRouteConstraint.Match(Microsoft.AspNetCore.Http.HttpContext,Microsoft.AspNetCore.Routing.IRouter,System.String,Microsoft.AspNetCore.Routing.RouteValueDictionary,Microsoft.AspNetCore.Routing.RouteDirection)">
  352. <inheritdoc />
  353. </member>
  354. <member name="T:Microsoft.AspNetCore.Routing.Constraints.MinLengthRouteConstraint">
  355. <summary>
  356. Constrains a route parameter to be a string with a minimum length.
  357. </summary>
  358. </member>
  359. <member name="M:Microsoft.AspNetCore.Routing.Constraints.MinLengthRouteConstraint.#ctor(System.Int32)">
  360. <summary>
  361. Initializes a new instance of the <see cref="T:Microsoft.AspNetCore.Routing.Constraints.MinLengthRouteConstraint" /> class.
  362. </summary>
  363. <param name="minLength">The minimum length allowed for the route parameter.</param>
  364. </member>
  365. <member name="P:Microsoft.AspNetCore.Routing.Constraints.MinLengthRouteConstraint.MinLength">
  366. <summary>
  367. Gets the minimum length allowed for the route parameter.
  368. </summary>
  369. </member>
  370. <member name="M:Microsoft.AspNetCore.Routing.Constraints.MinLengthRouteConstraint.Match(Microsoft.AspNetCore.Http.HttpContext,Microsoft.AspNetCore.Routing.IRouter,System.String,Microsoft.AspNetCore.Routing.RouteValueDictionary,Microsoft.AspNetCore.Routing.RouteDirection)">
  371. <inheritdoc />
  372. </member>
  373. <member name="T:Microsoft.AspNetCore.Routing.Constraints.MinRouteConstraint">
  374. <summary>
  375. Constrains a route parameter to be a long with a minimum value.
  376. </summary>
  377. </member>
  378. <member name="M:Microsoft.AspNetCore.Routing.Constraints.MinRouteConstraint.#ctor(System.Int64)">
  379. <summary>
  380. Initializes a new instance of the <see cref="T:Microsoft.AspNetCore.Routing.Constraints.MinRouteConstraint" /> class.
  381. </summary>
  382. <param name="min">The minimum value allowed for the route parameter.</param>
  383. </member>
  384. <member name="P:Microsoft.AspNetCore.Routing.Constraints.MinRouteConstraint.Min">
  385. <summary>
  386. Gets the minimum allowed value of the route parameter.
  387. </summary>
  388. </member>
  389. <member name="M:Microsoft.AspNetCore.Routing.Constraints.MinRouteConstraint.Match(Microsoft.AspNetCore.Http.HttpContext,Microsoft.AspNetCore.Routing.IRouter,System.String,Microsoft.AspNetCore.Routing.RouteValueDictionary,Microsoft.AspNetCore.Routing.RouteDirection)">
  390. <inheritdoc />
  391. </member>
  392. <member name="T:Microsoft.AspNetCore.Routing.Constraints.OptionalRouteConstraint">
  393. <summary>
  394. Defines a constraint on an optional parameter. If the parameter is present, then it is constrained by InnerConstraint.
  395. </summary>
  396. </member>
  397. <member name="T:Microsoft.AspNetCore.Routing.Constraints.RangeRouteConstraint">
  398. <summary>
  399. Constraints a route parameter to be an integer within a given range of values.
  400. </summary>
  401. </member>
  402. <member name="M:Microsoft.AspNetCore.Routing.Constraints.RangeRouteConstraint.#ctor(System.Int64,System.Int64)">
  403. <summary>
  404. Initializes a new instance of the <see cref="T:Microsoft.AspNetCore.Routing.Constraints.RangeRouteConstraint" /> class.
  405. </summary>
  406. <param name="min">The minimum value.</param>
  407. <param name="max">The maximum value.</param>
  408. <remarks>The minimum value should be less than or equal to the maximum value.</remarks>
  409. </member>
  410. <member name="P:Microsoft.AspNetCore.Routing.Constraints.RangeRouteConstraint.Min">
  411. <summary>
  412. Gets the minimum allowed value of the route parameter.
  413. </summary>
  414. </member>
  415. <member name="P:Microsoft.AspNetCore.Routing.Constraints.RangeRouteConstraint.Max">
  416. <summary>
  417. Gets the maximum allowed value of the route parameter.
  418. </summary>
  419. </member>
  420. <member name="M:Microsoft.AspNetCore.Routing.Constraints.RangeRouteConstraint.Match(Microsoft.AspNetCore.Http.HttpContext,Microsoft.AspNetCore.Routing.IRouter,System.String,Microsoft.AspNetCore.Routing.RouteValueDictionary,Microsoft.AspNetCore.Routing.RouteDirection)">
  421. <inheritdoc />
  422. </member>
  423. <member name="T:Microsoft.AspNetCore.Routing.Constraints.RegexInlineRouteConstraint">
  424. <summary>
  425. Represents a regex constraint which can be used as an inlineConstraint.
  426. </summary>
  427. </member>
  428. <member name="M:Microsoft.AspNetCore.Routing.Constraints.RegexInlineRouteConstraint.#ctor(System.String)">
  429. <summary>
  430. Initializes a new instance of the <see cref="T:Microsoft.AspNetCore.Routing.Constraints.RegexInlineRouteConstraint" /> class.
  431. </summary>
  432. <param name="regexPattern">The regular expression pattern to match.</param>
  433. </member>
  434. <member name="T:Microsoft.AspNetCore.Routing.Constraints.RequiredRouteConstraint">
  435. <summary>
  436. Constraints a route parameter that must have a value.
  437. </summary>
  438. <remarks>
  439. This constraint is primarily used to enforce that a non-parameter value is present during
  440. URL generation.
  441. </remarks>
  442. </member>
  443. <member name="M:Microsoft.AspNetCore.Routing.Constraints.RequiredRouteConstraint.Match(Microsoft.AspNetCore.Http.HttpContext,Microsoft.AspNetCore.Routing.IRouter,System.String,Microsoft.AspNetCore.Routing.RouteValueDictionary,Microsoft.AspNetCore.Routing.RouteDirection)">
  444. <inheritdoc />
  445. </member>
  446. <member name="T:Microsoft.AspNetCore.Routing.Constraints.StringRouteConstraint">
  447. <summary>
  448. Constrains a route parameter to contain only a specified strign.
  449. </summary>
  450. </member>
  451. <member name="M:Microsoft.AspNetCore.Routing.Constraints.StringRouteConstraint.#ctor(System.String)">
  452. <summary>
  453. Initializes a new instance of the <see cref="T:Microsoft.AspNetCore.Routing.Constraints.StringRouteConstraint"/> class.
  454. </summary>
  455. <param name="value">The constraint value to match.</param>
  456. </member>
  457. <member name="M:Microsoft.AspNetCore.Routing.Constraints.StringRouteConstraint.Match(Microsoft.AspNetCore.Http.HttpContext,Microsoft.AspNetCore.Routing.IRouter,System.String,Microsoft.AspNetCore.Routing.RouteValueDictionary,Microsoft.AspNetCore.Routing.RouteDirection)">
  458. <inheritdoc />
  459. </member>
  460. <member name="T:Microsoft.AspNetCore.Routing.DefaultInlineConstraintResolver">
  461. <summary>
  462. The default implementation of <see cref="T:Microsoft.AspNetCore.Routing.IInlineConstraintResolver"/>. Resolves constraints by parsing
  463. a constraint key and constraint arguments, using a map to resolve the constraint type, and calling an
  464. appropriate constructor for the constraint type.
  465. </summary>
  466. </member>
  467. <member name="M:Microsoft.AspNetCore.Routing.DefaultInlineConstraintResolver.#ctor(Microsoft.Extensions.Options.IOptions{Microsoft.AspNetCore.Routing.RouteOptions})">
  468. <summary>
  469. Initializes a new instance of the <see cref="T:Microsoft.AspNetCore.Routing.DefaultInlineConstraintResolver"/> class.
  470. </summary>
  471. <param name="routeOptions">
  472. Accessor for <see cref="T:Microsoft.AspNetCore.Routing.RouteOptions"/> containing the constraints of interest.
  473. </param>
  474. </member>
  475. <member name="M:Microsoft.AspNetCore.Routing.DefaultInlineConstraintResolver.ResolveConstraint(System.String)">
  476. <inheritdoc />
  477. <example>
  478. A typical constraint looks like the following
  479. "exampleConstraint(arg1, arg2, 12)".
  480. Here if the type registered for exampleConstraint has a single constructor with one argument,
  481. The entire string "arg1, arg2, 12" will be treated as a single argument.
  482. In all other cases arguments are split at comma.
  483. </example>
  484. </member>
  485. <member name="T:Microsoft.AspNetCore.Routing.IInlineConstraintResolver">
  486. <summary>
  487. Defines an abstraction for resolving inline constraints as instances of <see cref="T:Microsoft.AspNetCore.Routing.IRouteConstraint"/>.
  488. </summary>
  489. </member>
  490. <member name="M:Microsoft.AspNetCore.Routing.IInlineConstraintResolver.ResolveConstraint(System.String)">
  491. <summary>
  492. Resolves the inline constraint.
  493. </summary>
  494. <param name="inlineConstraint">The inline constraint to resolve.</param>
  495. <returns>The <see cref="T:Microsoft.AspNetCore.Routing.IRouteConstraint"/> the inline constraint was resolved to.</returns>
  496. </member>
  497. <member name="T:Microsoft.AspNetCore.Routing.Internal.RoutingMarkerService">
  498. <summary>
  499. A marker class used to determine if all the routing services were added
  500. to the <see cref="T:Microsoft.Extensions.DependencyInjection.IServiceCollection"/> before routing is configured.
  501. </summary>
  502. </member>
  503. <member name="T:Microsoft.AspNetCore.Routing.IRouteBuilder">
  504. <summary>
  505. Defines a contract for a route builder in an application. A route builder specifies the routes for
  506. an application.
  507. </summary>
  508. </member>
  509. <member name="P:Microsoft.AspNetCore.Routing.IRouteBuilder.ApplicationBuilder">
  510. <summary>
  511. Gets the <see cref="T:Microsoft.AspNetCore.Builder.IApplicationBuilder"/>.
  512. </summary>
  513. </member>
  514. <member name="P:Microsoft.AspNetCore.Routing.IRouteBuilder.DefaultHandler">
  515. <summary>
  516. Gets or sets the default <see cref="T:Microsoft.AspNetCore.Routing.IRouter"/> that is used as a handler if an <see cref="T:Microsoft.AspNetCore.Routing.IRouter"/>
  517. is added to the list of routes but does not specify its own.
  518. </summary>
  519. </member>
  520. <member name="P:Microsoft.AspNetCore.Routing.IRouteBuilder.ServiceProvider">
  521. <summary>
  522. Gets the sets the <see cref="T:System.IServiceProvider"/> used to resolve services for routes.
  523. </summary>
  524. </member>
  525. <member name="P:Microsoft.AspNetCore.Routing.IRouteBuilder.Routes">
  526. <summary>
  527. Gets the routes configured in the builder.
  528. </summary>
  529. </member>
  530. <member name="M:Microsoft.AspNetCore.Routing.IRouteBuilder.Build">
  531. <summary>
  532. Builds an <see cref="T:Microsoft.AspNetCore.Routing.IRouter"/> that routes the routes specified in the <see cref="P:Microsoft.AspNetCore.Routing.IRouteBuilder.Routes"/> property.
  533. </summary>
  534. </member>
  535. <member name="P:Microsoft.AspNetCore.Routing.Resources.ArgumentMustBeGreaterThanOrEqualTo">
  536. <summary>
  537. Value must be greater than or equal to {0}.
  538. </summary>
  539. </member>
  540. <member name="M:Microsoft.AspNetCore.Routing.Resources.FormatArgumentMustBeGreaterThanOrEqualTo(System.Object)">
  541. <summary>
  542. Value must be greater than or equal to {0}.
  543. </summary>
  544. </member>
  545. <member name="P:Microsoft.AspNetCore.Routing.Resources.RangeConstraint_MinShouldBeLessThanOrEqualToMax">
  546. <summary>
  547. The value for argument '{0}' should be less than or equal to the value for the argument '{1}'.
  548. </summary>
  549. </member>
  550. <member name="M:Microsoft.AspNetCore.Routing.Resources.FormatRangeConstraint_MinShouldBeLessThanOrEqualToMax(System.Object,System.Object)">
  551. <summary>
  552. The value for argument '{0}' should be less than or equal to the value for the argument '{1}'.
  553. </summary>
  554. </member>
  555. <member name="P:Microsoft.AspNetCore.Routing.Resources.PropertyOfTypeCannotBeNull">
  556. <summary>
  557. The '{0}' property of '{1}' must not be null.
  558. </summary>
  559. </member>
  560. <member name="M:Microsoft.AspNetCore.Routing.Resources.FormatPropertyOfTypeCannotBeNull(System.Object,System.Object)">
  561. <summary>
  562. The '{0}' property of '{1}' must not be null.
  563. </summary>
  564. </member>
  565. <member name="P:Microsoft.AspNetCore.Routing.Resources.NamedRoutes_AmbiguousRoutesFound">
  566. <summary>
  567. The supplied route name '{0}' is ambiguous and matched more than one route.
  568. </summary>
  569. </member>
  570. <member name="M:Microsoft.AspNetCore.Routing.Resources.FormatNamedRoutes_AmbiguousRoutesFound(System.Object)">
  571. <summary>
  572. The supplied route name '{0}' is ambiguous and matched more than one route.
  573. </summary>
  574. </member>
  575. <member name="P:Microsoft.AspNetCore.Routing.Resources.DefaultHandler_MustBeSet">
  576. <summary>
  577. A default handler must be set on the {0}.
  578. </summary>
  579. </member>
  580. <member name="M:Microsoft.AspNetCore.Routing.Resources.FormatDefaultHandler_MustBeSet(System.Object)">
  581. <summary>
  582. A default handler must be set on the {0}.
  583. </summary>
  584. </member>
  585. <member name="P:Microsoft.AspNetCore.Routing.Resources.DefaultInlineConstraintResolver_AmbiguousCtors">
  586. <summary>
  587. The constructor to use for activating the constraint type '{0}' is ambiguous. Multiple constructors were found with the following number of parameters: {1}.
  588. </summary>
  589. </member>
  590. <member name="M:Microsoft.AspNetCore.Routing.Resources.FormatDefaultInlineConstraintResolver_AmbiguousCtors(System.Object,System.Object)">
  591. <summary>
  592. The constructor to use for activating the constraint type '{0}' is ambiguous. Multiple constructors were found with the following number of parameters: {1}.
  593. </summary>
  594. </member>
  595. <member name="P:Microsoft.AspNetCore.Routing.Resources.DefaultInlineConstraintResolver_CouldNotFindCtor">
  596. <summary>
  597. Could not find a constructor for constraint type '{0}' with the following number of parameters: {1}.
  598. </summary>
  599. </member>
  600. <member name="M:Microsoft.AspNetCore.Routing.Resources.FormatDefaultInlineConstraintResolver_CouldNotFindCtor(System.Object,System.Object)">
  601. <summary>
  602. Could not find a constructor for constraint type '{0}' with the following number of parameters: {1}.
  603. </summary>
  604. </member>
  605. <member name="P:Microsoft.AspNetCore.Routing.Resources.DefaultInlineConstraintResolver_TypeNotConstraint">
  606. <summary>
  607. The constraint type '{0}' which is mapped to constraint key '{1}' must implement the '{2}' interface.
  608. </summary>
  609. </member>
  610. <member name="M:Microsoft.AspNetCore.Routing.Resources.FormatDefaultInlineConstraintResolver_TypeNotConstraint(System.Object,System.Object,System.Object)">
  611. <summary>
  612. The constraint type '{0}' which is mapped to constraint key '{1}' must implement the '{2}' interface.
  613. </summary>
  614. </member>
  615. <member name="P:Microsoft.AspNetCore.Routing.Resources.TemplateRoute_CannotHaveCatchAllInMultiSegment">
  616. <summary>
  617. A path segment that contains more than one section, such as a literal section or a parameter, cannot contain a catch-all parameter.
  618. </summary>
  619. </member>
  620. <member name="M:Microsoft.AspNetCore.Routing.Resources.FormatTemplateRoute_CannotHaveCatchAllInMultiSegment">
  621. <summary>
  622. A path segment that contains more than one section, such as a literal section or a parameter, cannot contain a catch-all parameter.
  623. </summary>
  624. </member>
  625. <member name="P:Microsoft.AspNetCore.Routing.Resources.TemplateRoute_CannotHaveDefaultValueSpecifiedInlineAndExplicitly">
  626. <summary>
  627. The route parameter '{0}' has both an inline default value and an explicit default value specified. A route parameter cannot contain an inline default value when a default value is specified explicitly. Consider removing one of them.
  628. </summary>
  629. </member>
  630. <member name="M:Microsoft.AspNetCore.Routing.Resources.FormatTemplateRoute_CannotHaveDefaultValueSpecifiedInlineAndExplicitly(System.Object)">
  631. <summary>
  632. The route parameter '{0}' has both an inline default value and an explicit default value specified. A route parameter cannot contain an inline default value when a default value is specified explicitly. Consider removing one of them.
  633. </summary>
  634. </member>
  635. <member name="P:Microsoft.AspNetCore.Routing.Resources.TemplateRoute_CannotHaveConsecutiveParameters">
  636. <summary>
  637. A path segment cannot contain two consecutive parameters. They must be separated by a '/' or by a literal string.
  638. </summary>
  639. </member>
  640. <member name="M:Microsoft.AspNetCore.Routing.Resources.FormatTemplateRoute_CannotHaveConsecutiveParameters">
  641. <summary>
  642. A path segment cannot contain two consecutive parameters. They must be separated by a '/' or by a literal string.
  643. </summary>
  644. </member>
  645. <member name="P:Microsoft.AspNetCore.Routing.Resources.TemplateRoute_CannotHaveConsecutiveSeparators">
  646. <summary>
  647. The route template separator character '/' cannot appear consecutively. It must be separated by either a parameter or a literal value.
  648. </summary>
  649. </member>
  650. <member name="M:Microsoft.AspNetCore.Routing.Resources.FormatTemplateRoute_CannotHaveConsecutiveSeparators">
  651. <summary>
  652. The route template separator character '/' cannot appear consecutively. It must be separated by either a parameter or a literal value.
  653. </summary>
  654. </member>
  655. <member name="P:Microsoft.AspNetCore.Routing.Resources.TemplateRoute_CatchAllCannotBeOptional">
  656. <summary>
  657. A catch-all parameter cannot be marked optional.
  658. </summary>
  659. </member>
  660. <member name="M:Microsoft.AspNetCore.Routing.Resources.FormatTemplateRoute_CatchAllCannotBeOptional">
  661. <summary>
  662. A catch-all parameter cannot be marked optional.
  663. </summary>
  664. </member>
  665. <member name="P:Microsoft.AspNetCore.Routing.Resources.TemplateRoute_OptionalCannotHaveDefaultValue">
  666. <summary>
  667. An optional parameter cannot have default value.
  668. </summary>
  669. </member>
  670. <member name="M:Microsoft.AspNetCore.Routing.Resources.FormatTemplateRoute_OptionalCannotHaveDefaultValue">
  671. <summary>
  672. An optional parameter cannot have default value.
  673. </summary>
  674. </member>
  675. <member name="P:Microsoft.AspNetCore.Routing.Resources.TemplateRoute_CatchAllMustBeLast">
  676. <summary>
  677. A catch-all parameter can only appear as the last segment of the route template.
  678. </summary>
  679. </member>
  680. <member name="M:Microsoft.AspNetCore.Routing.Resources.FormatTemplateRoute_CatchAllMustBeLast">
  681. <summary>
  682. A catch-all parameter can only appear as the last segment of the route template.
  683. </summary>
  684. </member>
  685. <member name="P:Microsoft.AspNetCore.Routing.Resources.TemplateRoute_InvalidLiteral">
  686. <summary>
  687. The literal section '{0}' is invalid. Literal sections cannot contain the '?' character.
  688. </summary>
  689. </member>
  690. <member name="M:Microsoft.AspNetCore.Routing.Resources.FormatTemplateRoute_InvalidLiteral(System.Object)">
  691. <summary>
  692. The literal section '{0}' is invalid. Literal sections cannot contain the '?' character.
  693. </summary>
  694. </member>
  695. <member name="P:Microsoft.AspNetCore.Routing.Resources.TemplateRoute_InvalidParameterName">
  696. <summary>
  697. The route parameter name '{0}' is invalid. Route parameter names must be non-empty and cannot contain these characters: '{{', '}}', '/'. The '?' character marks a parameter as optional, and can occur only at the end of the parameter. The '*' character marks a parameter as catch-all, and can occur only at the start of the parameter.
  698. </summary>
  699. </member>
  700. <member name="M:Microsoft.AspNetCore.Routing.Resources.FormatTemplateRoute_InvalidParameterName(System.Object)">
  701. <summary>
  702. The route parameter name '{0}' is invalid. Route parameter names must be non-empty and cannot contain these characters: '{{', '}}', '/'. The '?' character marks a parameter as optional, and can occur only at the end of the parameter. The '*' character marks a parameter as catch-all, and can occur only at the start of the parameter.
  703. </summary>
  704. </member>
  705. <member name="P:Microsoft.AspNetCore.Routing.Resources.TemplateRoute_InvalidRouteTemplate">
  706. <summary>
  707. The route template cannot start with a '~' character unless followed by a '/'.
  708. </summary>
  709. </member>
  710. <member name="M:Microsoft.AspNetCore.Routing.Resources.FormatTemplateRoute_InvalidRouteTemplate">
  711. <summary>
  712. The route template cannot start with a '~' character unless followed by a '/'.
  713. </summary>
  714. </member>
  715. <member name="P:Microsoft.AspNetCore.Routing.Resources.TemplateRoute_MismatchedParameter">
  716. <summary>
  717. There is an incomplete parameter in the route template. Check that each '{' character has a matching '}' character.
  718. </summary>
  719. </member>
  720. <member name="M:Microsoft.AspNetCore.Routing.Resources.FormatTemplateRoute_MismatchedParameter">
  721. <summary>
  722. There is an incomplete parameter in the route template. Check that each '{' character has a matching '}' character.
  723. </summary>
  724. </member>
  725. <member name="P:Microsoft.AspNetCore.Routing.Resources.TemplateRoute_RepeatedParameter">
  726. <summary>
  727. The route parameter name '{0}' appears more than one time in the route template.
  728. </summary>
  729. </member>
  730. <member name="M:Microsoft.AspNetCore.Routing.Resources.FormatTemplateRoute_RepeatedParameter(System.Object)">
  731. <summary>
  732. The route parameter name '{0}' appears more than one time in the route template.
  733. </summary>
  734. </member>
  735. <member name="P:Microsoft.AspNetCore.Routing.Resources.RouteConstraintBuilder_ValidationMustBeStringOrCustomConstraint">
  736. <summary>
  737. The constraint entry '{0}' - '{1}' on the route '{2}' must have a string value or be of a type which implements '{3}'.
  738. </summary>
  739. </member>
  740. <member name="M:Microsoft.AspNetCore.Routing.Resources.FormatRouteConstraintBuilder_ValidationMustBeStringOrCustomConstraint(System.Object,System.Object,System.Object,System.Object)">
  741. <summary>
  742. The constraint entry '{0}' - '{1}' on the route '{2}' must have a string value or be of a type which implements '{3}'.
  743. </summary>
  744. </member>
  745. <member name="P:Microsoft.AspNetCore.Routing.Resources.RouteConstraintBuilder_CouldNotResolveConstraint">
  746. <summary>
  747. The constraint entry '{0}' - '{1}' on the route '{2}' could not be resolved by the constraint resolver of type '{3}'.
  748. </summary>
  749. </member>
  750. <member name="M:Microsoft.AspNetCore.Routing.Resources.FormatRouteConstraintBuilder_CouldNotResolveConstraint(System.Object,System.Object,System.Object,System.Object)">
  751. <summary>
  752. The constraint entry '{0}' - '{1}' on the route '{2}' could not be resolved by the constraint resolver of type '{3}'.
  753. </summary>
  754. </member>
  755. <member name="P:Microsoft.AspNetCore.Routing.Resources.TemplateRoute_UnescapedBrace">
  756. <summary>
  757. In a route parameter, '{' and '}' must be escaped with '{{' and '}}'.
  758. </summary>
  759. </member>
  760. <member name="M:Microsoft.AspNetCore.Routing.Resources.FormatTemplateRoute_UnescapedBrace">
  761. <summary>
  762. In a route parameter, '{' and '}' must be escaped with '{{' and '}}'.
  763. </summary>
  764. </member>
  765. <member name="P:Microsoft.AspNetCore.Routing.Resources.TemplateRoute_OptionalParameterCanbBePrecededByPeriod">
  766. <summary>
  767. In the segment '{0}', the optional parameter '{1}' is preceded by an invalid segment '{2}'. Only a period (.) can precede an optional parameter.
  768. </summary>
  769. </member>
  770. <member name="M:Microsoft.AspNetCore.Routing.Resources.FormatTemplateRoute_OptionalParameterCanbBePrecededByPeriod(System.Object,System.Object,System.Object)">
  771. <summary>
  772. In the segment '{0}', the optional parameter '{1}' is preceded by an invalid segment '{2}'. Only a period (.) can precede an optional parameter.
  773. </summary>
  774. </member>
  775. <member name="P:Microsoft.AspNetCore.Routing.Resources.TemplateRoute_OptionalParameterHasTobeTheLast">
  776. <summary>
  777. An optional parameter must be at the end of the segment. In the segment '{0}', optional parameter '{1}' is followed by '{2}'.
  778. </summary>
  779. </member>
  780. <member name="M:Microsoft.AspNetCore.Routing.Resources.FormatTemplateRoute_OptionalParameterHasTobeTheLast(System.Object,System.Object,System.Object)">
  781. <summary>
  782. An optional parameter must be at the end of the segment. In the segment '{0}', optional parameter '{1}' is followed by '{2}'.
  783. </summary>
  784. </member>
  785. <member name="P:Microsoft.AspNetCore.Routing.Resources.AttributeRoute_DifferentLinkGenerationEntries_SameName">
  786. <summary>
  787. Two or more routes named '{0}' have different templates.
  788. </summary>
  789. </member>
  790. <member name="M:Microsoft.AspNetCore.Routing.Resources.FormatAttributeRoute_DifferentLinkGenerationEntries_SameName(System.Object)">
  791. <summary>
  792. Two or more routes named '{0}' have different templates.
  793. </summary>
  794. </member>
  795. <member name="P:Microsoft.AspNetCore.Routing.Resources.UnableToFindServices">
  796. <summary>
  797. Unable to find the required services. Please add all the required services by calling '{0}.{1}' inside the call to '{2}' in the application startup code.
  798. </summary>
  799. </member>
  800. <member name="M:Microsoft.AspNetCore.Routing.Resources.FormatUnableToFindServices(System.Object,System.Object,System.Object)">
  801. <summary>
  802. Unable to find the required services. Please add all the required services by calling '{0}.{1}' inside the call to '{2}' in the application startup code.
  803. </summary>
  804. </member>
  805. <member name="P:Microsoft.AspNetCore.Routing.Resources.TemplateRoute_Exception">
  806. <summary>
  807. An error occurred while creating the route with name '{0}' and template '{1}'.
  808. </summary>
  809. </member>
  810. <member name="M:Microsoft.AspNetCore.Routing.Resources.FormatTemplateRoute_Exception(System.Object,System.Object)">
  811. <summary>
  812. An error occurred while creating the route with name '{0}' and template '{1}'.
  813. </summary>
  814. </member>
  815. <member name="M:Microsoft.AspNetCore.Routing.RequestDelegateRouteBuilderExtensions.MapRoute(Microsoft.AspNetCore.Routing.IRouteBuilder,System.String,Microsoft.AspNetCore.Http.RequestDelegate)">
  816. <summary>
  817. Adds a route to the <see cref="T:Microsoft.AspNetCore.Routing.IRouteBuilder"/> for the given <paramref name="template"/>, and
  818. <paramref name="handler"/>.
  819. </summary>
  820. <param name="builder">The <see cref="T:Microsoft.AspNetCore.Routing.IRouteBuilder"/>.</param>
  821. <param name="template">The route template.</param>
  822. <param name="handler">The <see cref="T:Microsoft.AspNetCore.Http.RequestDelegate"/> route handler.</param>
  823. <returns>A reference to the <paramref name="builder"/> after this operation has completed.</returns>
  824. </member>
  825. <member name="M:Microsoft.AspNetCore.Routing.RequestDelegateRouteBuilderExtensions.MapMiddlewareRoute(Microsoft.AspNetCore.Routing.IRouteBuilder,System.String,System.Action{Microsoft.AspNetCore.Builder.IApplicationBuilder})">
  826. <summary>
  827. Adds a route to the <see cref="T:Microsoft.AspNetCore.Routing.IRouteBuilder"/> for the given <paramref name="template"/>, and
  828. <paramref name="action"/>.
  829. </summary>
  830. <param name="builder">The <see cref="T:Microsoft.AspNetCore.Routing.IRouteBuilder"/>.</param>
  831. <param name="template">The route template.</param>
  832. <param name="action">The action to apply to the <see cref="T:Microsoft.AspNetCore.Builder.IApplicationBuilder"/>.</param>
  833. <returns>A reference to the <paramref name="builder"/> after this operation has completed.</returns>
  834. </member>
  835. <member name="M:Microsoft.AspNetCore.Routing.RequestDelegateRouteBuilderExtensions.MapDelete(Microsoft.AspNetCore.Routing.IRouteBuilder,System.String,Microsoft.AspNetCore.Http.RequestDelegate)">
  836. <summary>
  837. Adds a route to the <see cref="T:Microsoft.AspNetCore.Routing.IRouteBuilder"/> that only matches HTTP DELETE requests for the given
  838. <paramref name="template"/>, and <paramref name="handler"/>.
  839. </summary>
  840. <param name="builder">The <see cref="T:Microsoft.AspNetCore.Routing.IRouteBuilder"/>.</param>
  841. <param name="template">The route template.</param>
  842. <param name="handler">The <see cref="T:Microsoft.AspNetCore.Http.RequestDelegate"/> route handler.</param>
  843. <returns>A reference to the <paramref name="builder"/> after this operation has completed.</returns>
  844. </member>
  845. <member name="M:Microsoft.AspNetCore.Routing.RequestDelegateRouteBuilderExtensions.MapMiddlewareDelete(Microsoft.AspNetCore.Routing.IRouteBuilder,System.String,System.Action{Microsoft.AspNetCore.Builder.IApplicationBuilder})">
  846. <summary>
  847. Adds a route to the <see cref="T:Microsoft.AspNetCore.Routing.IRouteBuilder"/> that only matches HTTP DELETE requests for the given
  848. <paramref name="template"/>, and <paramref name="action"/>.
  849. </summary>
  850. <param name="builder">The <see cref="T:Microsoft.AspNetCore.Routing.IRouteBuilder"/>.</param>
  851. <param name="template">The route template.</param>
  852. <param name="action">The action to apply to the <see cref="T:Microsoft.AspNetCore.Builder.IApplicationBuilder"/>.</param>
  853. <returns>A reference to the <paramref name="builder"/> after this operation has completed.</returns>
  854. </member>
  855. <member name="M:Microsoft.AspNetCore.Routing.RequestDelegateRouteBuilderExtensions.MapDelete(Microsoft.AspNetCore.Routing.IRouteBuilder,System.String,System.Func{Microsoft.AspNetCore.Http.HttpRequest,Microsoft.AspNetCore.Http.HttpResponse,Microsoft.AspNetCore.Routing.RouteData,System.Threading.Tasks.Task})">
  856. <summary>
  857. Adds a route to the <see cref="T:Microsoft.AspNetCore.Routing.IRouteBuilder"/> that only matches HTTP DELETE requests for the given
  858. <paramref name="template"/>, and <paramref name="handler"/>.
  859. </summary>
  860. <param name="builder">The <see cref="T:Microsoft.AspNetCore.Routing.IRouteBuilder"/>.</param>
  861. <param name="template">The route template.</param>
  862. <param name="handler">The route handler.</param>
  863. <returns>A reference to the <paramref name="builder"/> after this operation has completed.</returns>
  864. </member>
  865. <member name="M:Microsoft.AspNetCore.Routing.RequestDelegateRouteBuilderExtensions.MapGet(Microsoft.AspNetCore.Routing.IRouteBuilder,System.String,Microsoft.AspNetCore.Http.RequestDelegate)">
  866. <summary>
  867. Adds a route to the <see cref="T:Microsoft.AspNetCore.Routing.IRouteBuilder"/> that only matches HTTP GET requests for the given
  868. <paramref name="template"/>, and <paramref name="handler"/>.
  869. </summary>
  870. <param name="builder">The <see cref="T:Microsoft.AspNetCore.Routing.IRouteBuilder"/>.</param>
  871. <param name="template">The route template.</param>
  872. <param name="handler">The <see cref="T:Microsoft.AspNetCore.Http.RequestDelegate"/> route handler.</param>
  873. <returns>A reference to the <paramref name="builder"/> after this operation has completed.</returns>
  874. </member>
  875. <member name="M:Microsoft.AspNetCore.Routing.RequestDelegateRouteBuilderExtensions.MapMiddlewareGet(Microsoft.AspNetCore.Routing.IRouteBuilder,System.String,System.Action{Microsoft.AspNetCore.Builder.IApplicationBuilder})">
  876. <summary>
  877. Adds a route to the <see cref="T:Microsoft.AspNetCore.Routing.IRouteBuilder"/> that only matches HTTP GET requests for the given
  878. <paramref name="template"/>, and <paramref name="action"/>.
  879. </summary>
  880. <param name="builder">The <see cref="T:Microsoft.AspNetCore.Routing.IRouteBuilder"/>.</param>
  881. <param name="template">The route template.</param>
  882. <param name="action">The action to apply to the <see cref="T:Microsoft.AspNetCore.Builder.IApplicationBuilder"/>.</param>
  883. <returns>A reference to the <paramref name="builder"/> after this operation has completed.</returns>
  884. </member>
  885. <member name="M:Microsoft.AspNetCore.Routing.RequestDelegateRouteBuilderExtensions.MapGet(Microsoft.AspNetCore.Routing.IRouteBuilder,System.String,System.Func{Microsoft.AspNetCore.Http.HttpRequest,Microsoft.AspNetCore.Http.HttpResponse,Microsoft.AspNetCore.Routing.RouteData,System.Threading.Tasks.Task})">
  886. <summary>
  887. Adds a route to the <see cref="T:Microsoft.AspNetCore.Routing.IRouteBuilder"/> that only matches HTTP GET requests for the given
  888. <paramref name="template"/>, and <paramref name="handler"/>.
  889. </summary>
  890. <param name="builder">The <see cref="T:Microsoft.AspNetCore.Routing.IRouteBuilder"/>.</param>
  891. <param name="template">The route template.</param>
  892. <param name="handler">The route handler.</param>
  893. <returns>A reference to the <paramref name="builder"/> after this operation has completed.</returns>
  894. </member>
  895. <member name="M:Microsoft.AspNetCore.Routing.RequestDelegateRouteBuilderExtensions.MapPost(Microsoft.AspNetCore.Routing.IRouteBuilder,System.String,Microsoft.AspNetCore.Http.RequestDelegate)">
  896. <summary>
  897. Adds a route to the <see cref="T:Microsoft.AspNetCore.Routing.IRouteBuilder"/> that only matches HTTP POST requests for the given
  898. <paramref name="template"/>, and <paramref name="handler"/>.
  899. </summary>
  900. <param name="builder">The <see cref="T:Microsoft.AspNetCore.Routing.IRouteBuilder"/>.</param>
  901. <param name="template">The route template.</param>
  902. <param name="handler">The <see cref="T:Microsoft.AspNetCore.Http.RequestDelegate"/> route handler.</param>
  903. <returns>A reference to the <paramref name="builder"/> after this operation has completed.</returns>
  904. </member>
  905. <member name="M:Microsoft.AspNetCore.Routing.RequestDelegateRouteBuilderExtensions.MapMiddlewarePost(Microsoft.AspNetCore.Routing.IRouteBuilder,System.String,System.Action{Microsoft.AspNetCore.Builder.IApplicationBuilder})">
  906. <summary>
  907. Adds a route to the <see cref="T:Microsoft.AspNetCore.Routing.IRouteBuilder"/> that only matches HTTP POST requests for the given
  908. <paramref name="template"/>, and <paramref name="action"/>.
  909. </summary>
  910. <param name="builder">The <see cref="T:Microsoft.AspNetCore.Routing.IRouteBuilder"/>.</param>
  911. <param name="template">The route template.</param>
  912. <param name="action">The action to apply to the <see cref="T:Microsoft.AspNetCore.Builder.IApplicationBuilder"/>.</param>
  913. <returns>A reference to the <paramref name="builder"/> after this operation has completed.</returns>
  914. </member>
  915. <member name="M:Microsoft.AspNetCore.Routing.RequestDelegateRouteBuilderExtensions.MapPost(Microsoft.AspNetCore.Routing.IRouteBuilder,System.String,System.Func{Microsoft.AspNetCore.Http.HttpRequest,Microsoft.AspNetCore.Http.HttpResponse,Microsoft.AspNetCore.Routing.RouteData,System.Threading.Tasks.Task})">
  916. <summary>
  917. Adds a route to the <see cref="T:Microsoft.AspNetCore.Routing.IRouteBuilder"/> that only matches HTTP POST requests for the given
  918. <paramref name="template"/>, and <paramref name="handler"/>.
  919. </summary>
  920. <param name="builder">The <see cref="T:Microsoft.AspNetCore.Routing.IRouteBuilder"/>.</param>
  921. <param name="template">The route template.</param>
  922. <param name="handler">The route handler.</param>
  923. <returns>A reference to the <paramref name="builder"/> after this operation has completed.</returns>
  924. </member>
  925. <member name="M:Microsoft.AspNetCore.Routing.RequestDelegateRouteBuilderExtensions.MapPut(Microsoft.AspNetCore.Routing.IRouteBuilder,System.String,Microsoft.AspNetCore.Http.RequestDelegate)">
  926. <summary>
  927. Adds a route to the <see cref="T:Microsoft.AspNetCore.Routing.IRouteBuilder"/> that only matches HTTP PUT requests for the given
  928. <paramref name="template"/>, and <paramref name="handler"/>.
  929. </summary>
  930. <param name="builder">The <see cref="T:Microsoft.AspNetCore.Routing.IRouteBuilder"/>.</param>
  931. <param name="template">The route template.</param>
  932. <param name="handler">The <see cref="T:Microsoft.AspNetCore.Http.RequestDelegate"/> route handler.</param>
  933. <returns>A reference to the <paramref name="builder"/> after this operation has completed.</returns>
  934. </member>
  935. <member name="M:Microsoft.AspNetCore.Routing.RequestDelegateRouteBuilderExtensions.MapMiddlewarePut(Microsoft.AspNetCore.Routing.IRouteBuilder,System.String,System.Action{Microsoft.AspNetCore.Builder.IApplicationBuilder})">
  936. <summary>
  937. Adds a route to the <see cref="T:Microsoft.AspNetCore.Routing.IRouteBuilder"/> that only matches HTTP PUT requests for the given
  938. <paramref name="template"/>, and <paramref name="action"/>.
  939. </summary>
  940. <param name="builder">The <see cref="T:Microsoft.AspNetCore.Routing.IRouteBuilder"/>.</param>
  941. <param name="template">The route template.</param>
  942. <param name="action">The action to apply to the <see cref="T:Microsoft.AspNetCore.Builder.IApplicationBuilder"/>.</param>
  943. <returns>A reference to the <paramref name="builder"/> after this operation has completed.</returns>
  944. </member>
  945. <member name="M:Microsoft.AspNetCore.Routing.RequestDelegateRouteBuilderExtensions.MapPut(Microsoft.AspNetCore.Routing.IRouteBuilder,System.String,System.Func{Microsoft.AspNetCore.Http.HttpRequest,Microsoft.AspNetCore.Http.HttpResponse,Microsoft.AspNetCore.Routing.RouteData,System.Threading.Tasks.Task})">
  946. <summary>
  947. Adds a route to the <see cref="T:Microsoft.AspNetCore.Routing.IRouteBuilder"/> that only matches HTTP PUT requests for the given
  948. <paramref name="template"/>, and <paramref name="handler"/>.
  949. </summary>
  950. <param name="builder">The <see cref="T:Microsoft.AspNetCore.Routing.IRouteBuilder"/>.</param>
  951. <param name="template">The route template.</param>
  952. <param name="handler">The route handler.</param>
  953. <returns>A reference to the <paramref name="builder"/> after this operation has completed.</returns>
  954. </member>
  955. <member name="M:Microsoft.AspNetCore.Routing.RequestDelegateRouteBuilderExtensions.MapVerb(Microsoft.AspNetCore.Routing.IRouteBuilder,System.String,System.String,System.Func{Microsoft.AspNetCore.Http.HttpRequest,Microsoft.AspNetCore.Http.HttpResponse,Microsoft.AspNetCore.Routing.RouteData,System.Threading.Tasks.Task})">
  956. <summary>
  957. Adds a route to the <see cref="T:Microsoft.AspNetCore.Routing.IRouteBuilder"/> that only matches HTTP requests for the given
  958. <paramref name="verb"/>, <paramref name="template"/>, and <paramref name="handler"/>.
  959. </summary>
  960. <param name="builder">The <see cref="T:Microsoft.AspNetCore.Routing.IRouteBuilder"/>.</param>
  961. <param name="verb">The HTTP verb allowed by the route.</param>
  962. <param name="template">The route template.</param>
  963. <param name="handler">The route handler.</param>
  964. <returns>A reference to the <paramref name="builder"/> after this operation has completed.</returns>
  965. </member>
  966. <member name="M:Microsoft.AspNetCore.Routing.RequestDelegateRouteBuilderExtensions.MapVerb(Microsoft.AspNetCore.Routing.IRouteBuilder,System.String,System.String,Microsoft.AspNetCore.Http.RequestDelegate)">
  967. <summary>
  968. Adds a route to the <see cref="T:Microsoft.AspNetCore.Routing.IRouteBuilder"/> that only matches HTTP requests for the given
  969. <paramref name="verb"/>, <paramref name="template"/>, and <paramref name="handler"/>.
  970. </summary>
  971. <param name="builder">The <see cref="T:Microsoft.AspNetCore.Routing.IRouteBuilder"/>.</param>
  972. <param name="verb">The HTTP verb allowed by the route.</param>
  973. <param name="template">The route template.</param>
  974. <param name="handler">The <see cref="T:Microsoft.AspNetCore.Http.RequestDelegate"/> route handler.</param>
  975. <returns>A reference to the <paramref name="builder"/> after this operation has completed.</returns>
  976. </member>
  977. <member name="M:Microsoft.AspNetCore.Routing.RequestDelegateRouteBuilderExtensions.MapMiddlewareVerb(Microsoft.AspNetCore.Routing.IRouteBuilder,System.String,System.String,System.Action{Microsoft.AspNetCore.Builder.IApplicationBuilder})">
  978. <summary>
  979. Adds a route to the <see cref="T:Microsoft.AspNetCore.Routing.IRouteBuilder"/> that only matches HTTP requests for the given
  980. <paramref name="verb"/>, <paramref name="template"/>, and <paramref name="action"/>.
  981. </summary>
  982. <param name="builder">The <see cref="T:Microsoft.AspNetCore.Routing.IRouteBuilder"/>.</param>
  983. <param name="verb">The HTTP verb allowed by the route.</param>
  984. <param name="template">The route template.</param>
  985. <param name="action">The action to apply to the <see cref="T:Microsoft.AspNetCore.Builder.IApplicationBuilder"/>.</param>
  986. <returns>A reference to the <paramref name="builder"/> after this operation has completed.</returns>
  987. </member>
  988. <member name="M:Microsoft.AspNetCore.Routing.RouteBase.RouteAsync(Microsoft.AspNetCore.Routing.RouteContext)">
  989. <inheritdoc />
  990. </member>
  991. <member name="M:Microsoft.AspNetCore.Routing.RouteBase.GetVirtualPath(Microsoft.AspNetCore.Routing.VirtualPathContext)">
  992. <inheritdoc />
  993. </member>
  994. <member name="T:Microsoft.AspNetCore.Routing.RouteConstraintBuilder">
  995. <summary>
  996. A builder for produding a mapping of keys to see <see cref="T:Microsoft.AspNetCore.Routing.IRouteConstraint"/>.
  997. </summary>
  998. <remarks>
  999. <see cref="T:Microsoft.AspNetCore.Routing.RouteConstraintBuilder"/> allows iterative building a set of route constraints, and will
  1000. merge multiple entries for the same key.
  1001. </remarks>
  1002. </member>
  1003. <member name="M:Microsoft.AspNetCore.Routing.RouteConstraintBuilder.#ctor(Microsoft.AspNetCore.Routing.IInlineConstraintResolver,System.String)">
  1004. <summary>
  1005. Creates a new <see cref="T:Microsoft.AspNetCore.Routing.RouteConstraintBuilder"/> instance.
  1006. </summary>
  1007. <param name="inlineConstraintResolver">The <see cref="T:Microsoft.AspNetCore.Routing.IInlineConstraintResolver"/>.</param>
  1008. <param name="displayName">The display name (for use in error messages).</param>
  1009. </member>
  1010. <member name="M:Microsoft.AspNetCore.Routing.RouteConstraintBuilder.Build">
  1011. <summary>
  1012. Builds a mapping of constraints.
  1013. </summary>
  1014. <returns>An <see cref="T:System.Collections.Generic.IDictionary`2"/> of the constraints.</returns>
  1015. </member>
  1016. <member name="M:Microsoft.AspNetCore.Routing.RouteConstraintBuilder.AddConstraint(System.String,System.Object)">
  1017. <summary>
  1018. Adds a constraint instance for the given key.
  1019. </summary>
  1020. <param name="key">The key.</param>
  1021. <param name="value">
  1022. The constraint instance. Must either be a string or an instance of <see cref="T:Microsoft.AspNetCore.Routing.IRouteConstraint"/>.
  1023. </param>
  1024. <remarks>
  1025. If the <paramref name="value"/> is a string, it will be converted to a <see cref="T:Microsoft.AspNetCore.Routing.Constraints.RegexRouteConstraint"/>.
  1026. For example, the string <code>Product[0-9]+</code> will be converted to the regular expression
  1027. <code>^(Product[0-9]+)</code>. See <see cref="T:System.Text.RegularExpressions.Regex"/> for more details.
  1028. </remarks>
  1029. </member>
  1030. <member name="M:Microsoft.AspNetCore.Routing.RouteConstraintBuilder.AddResolvedConstraint(System.String,System.String)">
  1031. <summary>
  1032. Adds a constraint for the given key, resolved by the <see cref="T:Microsoft.AspNetCore.Routing.IInlineConstraintResolver"/>.
  1033. </summary>
  1034. <param name="key">The key.</param>
  1035. <param name="constraintText">The text to be resolved by <see cref="T:Microsoft.AspNetCore.Routing.IInlineConstraintResolver"/>.</param>
  1036. <remarks>
  1037. The <see cref="T:Microsoft.AspNetCore.Routing.IInlineConstraintResolver"/> can create <see cref="T:Microsoft.AspNetCore.Routing.IRouteConstraint"/> instances
  1038. based on <paramref name="constraintText"/>. See <see cref="P:Microsoft.AspNetCore.Routing.RouteOptions.ConstraintMap"/> to register
  1039. custom constraint types.
  1040. </remarks>
  1041. </member>
  1042. <member name="M:Microsoft.AspNetCore.Routing.RouteConstraintBuilder.SetOptional(System.String)">
  1043. <summary>
  1044. Sets the given key as optional.
  1045. </summary>
  1046. <param name="key">The key.</param>
  1047. </member>
  1048. <member name="T:Microsoft.AspNetCore.Routing.RouteCreationException">
  1049. <summary>
  1050. The exception that is thrown for invalid routes or constraints.
  1051. </summary>
  1052. </member>
  1053. <member name="M:Microsoft.AspNetCore.Routing.RouteCreationException.#ctor(System.String)">
  1054. <summary>
  1055. Initializes a new instance of the <see cref="T:Microsoft.AspNetCore.Routing.RouteCreationException"/> class with a specified error message.
  1056. </summary>
  1057. <param name="message">The message that describes the error.</param>
  1058. </member>
  1059. <member name="M:Microsoft.AspNetCore.Routing.RouteCreationException.#ctor(System.String,System.Exception)">
  1060. <summary>
  1061. Initializes a new instance of the <see cref="T:Microsoft.AspNetCore.Routing.RouteCreationException"/> class with a specified error message
  1062. and a reference to the inner exception that is the cause of this exception.
  1063. </summary>
  1064. <param name="message">The error message that explains the reason for the exception.</param>
  1065. <param name="innerException">The exception that is the cause of the current exception.</param>
  1066. </member>
  1067. <member name="P:Microsoft.AspNetCore.Routing.RouteOptions.LowercaseUrls">
  1068. <summary>
  1069. Gets or sets a value indicating whether all generated URLs are lower-case.
  1070. </summary>
  1071. </member>
  1072. <member name="P:Microsoft.AspNetCore.Routing.RouteOptions.AppendTrailingSlash">
  1073. <summary>
  1074. Gets or sets a value indicating whether a trailing slash should be appended to the generated URLs.
  1075. </summary>
  1076. </member>
  1077. <member name="T:Microsoft.AspNetCore.Routing.RouteValueEqualityComparer">
  1078. <summary>
  1079. An <see cref="T:System.Collections.Generic.IEqualityComparer`1"/> implementation that compares objects as-if
  1080. they were route value strings.
  1081. </summary>
  1082. <remarks>
  1083. Values that are are not strings are converted to strings using
  1084. <c>Convert.ToString(x, CultureInfo.InvariantCulture)</c>. <c>null</c> values are converted
  1085. to the empty string.
  1086. strings are compared using <see cref="F:System.StringComparison.OrdinalIgnoreCase"/>.
  1087. </remarks>
  1088. </member>
  1089. <member name="M:Microsoft.AspNetCore.Routing.RouteValueEqualityComparer.Equals(System.Object,System.Object)">
  1090. <inheritdoc />
  1091. </member>
  1092. <member name="M:Microsoft.AspNetCore.Routing.RouteValueEqualityComparer.GetHashCode(System.Object)">
  1093. <inheritdoc />
  1094. </member>
  1095. <member name="T:Microsoft.AspNetCore.Routing.Template.InlineConstraint">
  1096. <summary>
  1097. The parsed representation of an inline constraint in a route parameter.
  1098. </summary>
  1099. </member>
  1100. <member name="M:Microsoft.AspNetCore.Routing.Template.InlineConstraint.#ctor(System.String)">
  1101. <summary>
  1102. Creates a new <see cref="T:Microsoft.AspNetCore.Routing.Template.InlineConstraint"/>.
  1103. </summary>
  1104. <param name="constraint">The constraint text.</param>
  1105. </member>
  1106. <member name="P:Microsoft.AspNetCore.Routing.Template.InlineConstraint.Constraint">
  1107. <summary>
  1108. Gets the constraint text.
  1109. </summary>
  1110. </member>
  1111. <member name="T:Microsoft.AspNetCore.Routing.Template.RoutePrecedence">
  1112. <summary>
  1113. Computes precedence for a route template.
  1114. </summary>
  1115. </member>
  1116. <member name="M:Microsoft.AspNetCore.Routing.Template.RouteTemplate.GetParameter(System.String)">
  1117. <summary>
  1118. Gets the parameter matching the given name.
  1119. </summary>
  1120. <param name="name">The name of the parameter to match.</param>
  1121. <returns>The matching parameter or <c>null</c> if no parameter matches the given name.</returns>
  1122. </member>
  1123. <member name="M:Microsoft.AspNetCore.Routing.Template.TemplateBinder.#ctor(System.Text.Encodings.Web.UrlEncoder,Microsoft.Extensions.ObjectPool.ObjectPool{Microsoft.AspNetCore.Routing.Internal.UriBuildingContext},Microsoft.AspNetCore.Routing.Template.RouteTemplate,Microsoft.AspNetCore.Routing.RouteValueDictionary)">
  1124. <summary>
  1125. Creates a new instance of <see cref="T:Microsoft.AspNetCore.Routing.Template.TemplateBinder"/>.
  1126. </summary>
  1127. <param name="urlEncoder">The <see cref="T:System.Text.Encodings.Web.UrlEncoder"/>.</param>
  1128. <param name="pool">The <see cref="T:Microsoft.Extensions.ObjectPool.ObjectPool`1"/>.</param>
  1129. <param name="template">The <see cref="T:Microsoft.AspNetCore.Routing.Template.RouteTemplate"/> to bind values to.</param>
  1130. <param name="defaults">The default values for <paramref name="template"/>.</param>
  1131. </member>
  1132. <member name="M:Microsoft.AspNetCore.Routing.Template.TemplateBinder.RoutePartsEqual(System.Object,System.Object)">
  1133. <summary>
  1134. Compares two objects for equality as parts of a case-insensitive path.
  1135. </summary>
  1136. <param name="a">An object to compare.</param>
  1137. <param name="b">An object to compare.</param>
  1138. <returns>True if the object are equal, otherwise false.</returns>
  1139. </member>
  1140. <member name="T:Microsoft.AspNetCore.Routing.Template.TemplateValuesResult">
  1141. <summary>
  1142. The values used as inputs for constraints and link generation.
  1143. </summary>
  1144. </member>
  1145. <member name="P:Microsoft.AspNetCore.Routing.Template.TemplateValuesResult.AcceptedValues">
  1146. <summary>
  1147. The set of values that will appear in the URL.
  1148. </summary>
  1149. </member>
  1150. <member name="P:Microsoft.AspNetCore.Routing.Template.TemplateValuesResult.CombinedValues">
  1151. <summary>
  1152. The set of values that that were supplied for URL generation.
  1153. </summary>
  1154. <remarks>
  1155. This combines implicit (ambient) values from the <see cref="T:Microsoft.AspNetCore.Routing.RouteData"/> of the current request
  1156. (if applicable), explictly provided values, and default values for parameters that appear in
  1157. the route template.
  1158. Implicit (ambient) values which are invalidated due to changes in values lexically earlier in the
  1159. route template are excluded from this set.
  1160. </remarks>
  1161. </member>
  1162. <member name="T:Microsoft.AspNetCore.Routing.Tree.InboundMatch">
  1163. <summary>
  1164. A candidate route to match incoming URLs in a <see cref="T:Microsoft.AspNetCore.Routing.Tree.TreeRouter"/>.
  1165. </summary>
  1166. </member>
  1167. <member name="P:Microsoft.AspNetCore.Routing.Tree.InboundMatch.Entry">
  1168. <summary>
  1169. Gets or sets the <see cref="T:Microsoft.AspNetCore.Routing.Tree.InboundRouteEntry"/>.
  1170. </summary>
  1171. </member>
  1172. <member name="P:Microsoft.AspNetCore.Routing.Tree.InboundMatch.TemplateMatcher">
  1173. <summary>
  1174. Gets or sets the <see cref="P:Microsoft.AspNetCore.Routing.Tree.InboundMatch.TemplateMatcher"/>.
  1175. </summary>
  1176. </member>
  1177. <member name="T:Microsoft.AspNetCore.Routing.Tree.InboundRouteEntry">
  1178. <summary>
  1179. Used to build an <see cref="T:Microsoft.AspNetCore.Routing.Tree.TreeRouter"/>. Represents a URL template tha will be used to match incoming
  1180. request URLs.
  1181. </summary>
  1182. </member>
  1183. <member name="P:Microsoft.AspNetCore.Routing.Tree.InboundRouteEntry.Constraints">
  1184. <summary>
  1185. Gets or sets the route constraints.
  1186. </summary>
  1187. </member>
  1188. <member name="P:Microsoft.AspNetCore.Routing.Tree.InboundRouteEntry.Defaults">
  1189. <summary>
  1190. Gets or sets the route defaults.
  1191. </summary>
  1192. </member>
  1193. <member name="P:Microsoft.AspNetCore.Routing.Tree.InboundRouteEntry.Handler">
  1194. <summary>
  1195. Gets or sets the <see cref="T:Microsoft.AspNetCore.Routing.IRouter"/> to invoke when this entry matches.
  1196. </summary>
  1197. </member>
  1198. <member name="P:Microsoft.AspNetCore.Routing.Tree.InboundRouteEntry.Order">
  1199. <summary>
  1200. Gets or sets the order of the entry.
  1201. </summary>
  1202. <remarks>
  1203. Entries are ordered first by <see cref="P:Microsoft.AspNetCore.Routing.Tree.InboundRouteEntry.Order"/> (ascending) then by <see cref="P:Microsoft.AspNetCore.Routing.Tree.InboundRouteEntry.Precedence"/> (descending).
  1204. </remarks>
  1205. </member>
  1206. <member name="P:Microsoft.AspNetCore.Routing.Tree.InboundRouteEntry.Precedence">
  1207. <summary>
  1208. Gets or sets the precedence of the entry.
  1209. </summary>
  1210. <remarks>
  1211. Entries are ordered first by <see cref="P:Microsoft.AspNetCore.Routing.Tree.InboundRouteEntry.Order"/> (ascending) then by <see cref="P:Microsoft.AspNetCore.Routing.Tree.InboundRouteEntry.Precedence"/> (descending).
  1212. </remarks>
  1213. </member>
  1214. <member name="P:Microsoft.AspNetCore.Routing.Tree.InboundRouteEntry.RouteName">
  1215. <summary>
  1216. Gets or sets the name of the route.
  1217. </summary>
  1218. </member>
  1219. <member name="P:Microsoft.AspNetCore.Routing.Tree.InboundRouteEntry.RouteTemplate">
  1220. <summary>
  1221. Gets or sets the <see cref="P:Microsoft.AspNetCore.Routing.Tree.InboundRouteEntry.RouteTemplate"/>.
  1222. </summary>
  1223. </member>
  1224. <member name="T:Microsoft.AspNetCore.Routing.Tree.OutboundMatch">
  1225. <summary>
  1226. A candidate match for link generation in a <see cref="T:Microsoft.AspNetCore.Routing.Tree.TreeRouter"/>.
  1227. </summary>
  1228. </member>
  1229. <member name="P:Microsoft.AspNetCore.Routing.Tree.OutboundMatch.Entry">
  1230. <summary>
  1231. Gets or sets the <see cref="T:Microsoft.AspNetCore.Routing.Tree.OutboundRouteEntry"/>.
  1232. </summary>
  1233. </member>
  1234. <member name="P:Microsoft.AspNetCore.Routing.Tree.OutboundMatch.TemplateBinder">
  1235. <summary>
  1236. Gets or sets the <see cref="P:Microsoft.AspNetCore.Routing.Tree.OutboundMatch.TemplateBinder"/>.
  1237. </summary>
  1238. </member>
  1239. <member name="T:Microsoft.AspNetCore.Routing.Tree.OutboundRouteEntry">
  1240. <summary>
  1241. Used to build a <see cref="T:Microsoft.AspNetCore.Routing.Tree.TreeRouter"/>. Represents a URL template that will be used to generate
  1242. outgoing URLs.
  1243. </summary>
  1244. </member>
  1245. <member name="P:Microsoft.AspNetCore.Routing.Tree.OutboundRouteEntry.Constraints">
  1246. <summary>
  1247. Gets or sets the route constraints.
  1248. </summary>
  1249. </member>
  1250. <member name="P:Microsoft.AspNetCore.Routing.Tree.OutboundRouteEntry.Defaults">
  1251. <summary>
  1252. Gets or sets the route defaults.
  1253. </summary>
  1254. </member>
  1255. <member name="P:Microsoft.AspNetCore.Routing.Tree.OutboundRouteEntry.Handler">
  1256. <summary>
  1257. The <see cref="T:Microsoft.AspNetCore.Routing.IRouter"/> to invoke when this entry matches.
  1258. </summary>
  1259. </member>
  1260. <member name="P:Microsoft.AspNetCore.Routing.Tree.OutboundRouteEntry.Order">
  1261. <summary>
  1262. Gets or sets the order of the entry.
  1263. </summary>
  1264. <remarks>
  1265. Entries are ordered first by <see cref="P:Microsoft.AspNetCore.Routing.Tree.OutboundRouteEntry.Order"/> (ascending) then by <see cref="P:Microsoft.AspNetCore.Routing.Tree.OutboundRouteEntry.Precedence"/> (descending).
  1266. </remarks>
  1267. </member>
  1268. <member name="P:Microsoft.AspNetCore.Routing.Tree.OutboundRouteEntry.Precedence">
  1269. <summary>
  1270. Gets or sets the precedence of the template for link generation. A greater value of
  1271. <see cref="P:Microsoft.AspNetCore.Routing.Tree.OutboundRouteEntry.Precedence"/> means that an entry is considered first.
  1272. </summary>
  1273. <remarks>
  1274. Entries are ordered first by <see cref="P:Microsoft.AspNetCore.Routing.Tree.OutboundRouteEntry.Order"/> (ascending) then by <see cref="P:Microsoft.AspNetCore.Routing.Tree.OutboundRouteEntry.Precedence"/> (descending).
  1275. </remarks>
  1276. </member>
  1277. <member name="P:Microsoft.AspNetCore.Routing.Tree.OutboundRouteEntry.RouteName">
  1278. <summary>
  1279. Gets or sets the name of the route.
  1280. </summary>
  1281. </member>
  1282. <member name="P:Microsoft.AspNetCore.Routing.Tree.OutboundRouteEntry.RequiredLinkValues">
  1283. <summary>
  1284. Gets or sets the set of values that must be present for link genration.
  1285. </summary>
  1286. </member>
  1287. <member name="P:Microsoft.AspNetCore.Routing.Tree.OutboundRouteEntry.RouteTemplate">
  1288. <summary>
  1289. Gets or sets the <see cref="P:Microsoft.AspNetCore.Routing.Tree.OutboundRouteEntry.RouteTemplate"/>.
  1290. </summary>
  1291. </member>
  1292. <member name="T:Microsoft.AspNetCore.Routing.Tree.TreeRouteBuilder">
  1293. <summary>
  1294. Builder for <see cref="T:Microsoft.AspNetCore.Routing.Tree.TreeRouter"/> instances.
  1295. </summary>
  1296. </member>
  1297. <member name="M:Microsoft.AspNetCore.Routing.Tree.TreeRouteBuilder.#ctor(Microsoft.Extensions.Logging.ILoggerFactory,System.Text.Encodings.Web.UrlEncoder,Microsoft.Extensions.ObjectPool.ObjectPool{Microsoft.AspNetCore.Routing.Internal.UriBuildingContext},Microsoft.AspNetCore.Routing.IInlineConstraintResolver)">
  1298. <summary>
  1299. <para>
  1300. This constructor is obsolete and will be removed in a future version. The recommended
  1301. alternative is the overload that does not take a UrlEncoder.
  1302. </para>
  1303. <para>Initializes a new instance of <see cref="T:Microsoft.AspNetCore.Routing.Tree.TreeRouteBuilder"/>.</para>
  1304. </summary>
  1305. <param name="loggerFactory">The <see cref="T:Microsoft.Extensions.Logging.ILoggerFactory"/>.</param>
  1306. <param name="urlEncoder">The <see cref="T:System.Text.Encodings.Web.UrlEncoder"/>.</param>
  1307. <param name="objectPool">The <see cref="T:Microsoft.Extensions.ObjectPool.ObjectPool`1"/>.</param>
  1308. <param name="constraintResolver">The <see cref="T:Microsoft.AspNetCore.Routing.IInlineConstraintResolver"/>.</param>
  1309. </member>
  1310. <member name="M:Microsoft.AspNetCore.Routing.Tree.TreeRouteBuilder.#ctor(Microsoft.Extensions.Logging.ILoggerFactory,Microsoft.Extensions.ObjectPool.ObjectPool{Microsoft.AspNetCore.Routing.Internal.UriBuildingContext},Microsoft.AspNetCore.Routing.IInlineConstraintResolver)">
  1311. <summary>
  1312. Initializes a new instance of <see cref="T:Microsoft.AspNetCore.Routing.Tree.TreeRouteBuilder"/>.
  1313. </summary>
  1314. <param name="loggerFactory">The <see cref="T:Microsoft.Extensions.Logging.ILoggerFactory"/>.</param>
  1315. <param name="objectPool">The <see cref="T:Microsoft.Extensions.ObjectPool.ObjectPool`1"/>.</param>
  1316. <param name="constraintResolver">The <see cref="T:Microsoft.AspNetCore.Routing.IInlineConstraintResolver"/>.</param>
  1317. </member>
  1318. <member name="M:Microsoft.AspNetCore.Routing.Tree.TreeRouteBuilder.MapInbound(Microsoft.AspNetCore.Routing.IRouter,Microsoft.AspNetCore.Routing.Template.RouteTemplate,System.String,System.Int32)">
  1319. <summary>
  1320. Adds a new inbound route to the <see cref="T:Microsoft.AspNetCore.Routing.Tree.TreeRouter"/>.
  1321. </summary>
  1322. <param name="handler">The <see cref="T:Microsoft.AspNetCore.Routing.IRouter"/> for handling the route.</param>
  1323. <param name="routeTemplate">The <see cref="T:Microsoft.AspNetCore.Routing.Template.RouteTemplate"/> of the route.</param>
  1324. <param name="routeName">The route name.</param>
  1325. <param name="order">The route order.</param>
  1326. <returns>The <see cref="T:Microsoft.AspNetCore.Routing.Tree.InboundRouteEntry"/>.</returns>
  1327. </member>
  1328. <member name="M:Microsoft.AspNetCore.Routing.Tree.TreeRouteBuilder.MapOutbound(Microsoft.AspNetCore.Routing.IRouter,Microsoft.AspNetCore.Routing.Template.RouteTemplate,Microsoft.AspNetCore.Routing.RouteValueDictionary,System.String,System.Int32)">
  1329. <summary>
  1330. Adds a new outbound route to the <see cref="T:Microsoft.AspNetCore.Routing.Tree.TreeRouter"/>.
  1331. </summary>
  1332. <param name="handler">The <see cref="T:Microsoft.AspNetCore.Routing.IRouter"/> for handling the link generation.</param>
  1333. <param name="routeTemplate">The <see cref="T:Microsoft.AspNetCore.Routing.Template.RouteTemplate"/> of the route.</param>
  1334. <param name="requiredLinkValues">The <see cref="T:Microsoft.AspNetCore.Routing.RouteValueDictionary"/> containing the route values.</param>
  1335. <param name="routeName">The route name.</param>
  1336. <param name="order">The route order.</param>
  1337. <returns>The <see cref="T:Microsoft.AspNetCore.Routing.Tree.OutboundRouteEntry"/>.</returns>
  1338. </member>
  1339. <member name="P:Microsoft.AspNetCore.Routing.Tree.TreeRouteBuilder.InboundEntries">
  1340. <summary>
  1341. Gets the list of <see cref="T:Microsoft.AspNetCore.Routing.Tree.InboundRouteEntry"/>.
  1342. </summary>
  1343. </member>
  1344. <member name="P:Microsoft.AspNetCore.Routing.Tree.TreeRouteBuilder.OutboundEntries">
  1345. <summary>
  1346. Gets the list of <see cref="T:Microsoft.AspNetCore.Routing.Tree.OutboundRouteEntry"/>.
  1347. </summary>
  1348. </member>
  1349. <member name="M:Microsoft.AspNetCore.Routing.Tree.TreeRouteBuilder.Build">
  1350. <summary>
  1351. Builds a <see cref="T:Microsoft.AspNetCore.Routing.Tree.TreeRouter"/> with the <see cref="P:Microsoft.AspNetCore.Routing.Tree.TreeRouteBuilder.InboundEntries"/>
  1352. and <see cref="P:Microsoft.AspNetCore.Routing.Tree.TreeRouteBuilder.OutboundEntries"/> defined in this <see cref="T:Microsoft.AspNetCore.Routing.Tree.TreeRouteBuilder"/>.
  1353. </summary>
  1354. <returns>The <see cref="T:Microsoft.AspNetCore.Routing.Tree.TreeRouter"/>.</returns>
  1355. </member>
  1356. <member name="M:Microsoft.AspNetCore.Routing.Tree.TreeRouteBuilder.Build(System.Int32)">
  1357. <summary>
  1358. Builds a <see cref="T:Microsoft.AspNetCore.Routing.Tree.TreeRouter"/> with the <see cref="P:Microsoft.AspNetCore.Routing.Tree.TreeRouteBuilder.InboundEntries"/>
  1359. and <see cref="P:Microsoft.AspNetCore.Routing.Tree.TreeRouteBuilder.OutboundEntries"/> defined in this <see cref="T:Microsoft.AspNetCore.Routing.Tree.TreeRouteBuilder"/>.
  1360. </summary>
  1361. <param name="version">The version of the <see cref="T:Microsoft.AspNetCore.Routing.Tree.TreeRouter"/>.</param>
  1362. <returns>The <see cref="T:Microsoft.AspNetCore.Routing.Tree.TreeRouter"/>.</returns>
  1363. </member>
  1364. <member name="M:Microsoft.AspNetCore.Routing.Tree.TreeRouteBuilder.Clear">
  1365. <summary>
  1366. Removes all <see cref="P:Microsoft.AspNetCore.Routing.Tree.TreeRouteBuilder.InboundEntries"/> and <see cref="P:Microsoft.AspNetCore.Routing.Tree.TreeRouteBuilder.OutboundEntries"/> from this
  1367. <see cref="T:Microsoft.AspNetCore.Routing.Tree.TreeRouteBuilder"/>.
  1368. </summary>
  1369. </member>
  1370. <member name="T:Microsoft.AspNetCore.Routing.Tree.TreeRouter">
  1371. <summary>
  1372. An <see cref="T:Microsoft.AspNetCore.Routing.IRouter"/> implementation for attribute routing.
  1373. </summary>
  1374. </member>
  1375. <member name="M:Microsoft.AspNetCore.Routing.Tree.TreeRouter.#ctor(Microsoft.AspNetCore.Routing.Tree.UrlMatchingTree[],System.Collections.Generic.IEnumerable{Microsoft.AspNetCore.Routing.Tree.OutboundRouteEntry},System.Text.Encodings.Web.UrlEncoder,Microsoft.Extensions.ObjectPool.ObjectPool{Microsoft.AspNetCore.Routing.Internal.UriBuildingContext},Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Logging.ILogger,System.Int32)">
  1376. <summary>
  1377. Creates a new <see cref="T:Microsoft.AspNetCore.Routing.Tree.TreeRouter"/>.
  1378. </summary>
  1379. <param name="trees">The list of <see cref="T:Microsoft.AspNetCore.Routing.Tree.UrlMatchingTree"/> that contains the route entries.</param>
  1380. <param name="linkGenerationEntries">The set of <see cref="T:Microsoft.AspNetCore.Routing.Tree.OutboundRouteEntry"/>.</param>
  1381. <param name="urlEncoder">The <see cref="T:System.Text.Encodings.Web.UrlEncoder"/>.</param>
  1382. <param name="objectPool">The <see cref="T:Microsoft.Extensions.ObjectPool.ObjectPool`1"/>.</param>
  1383. <param name="routeLogger">The <see cref="T:Microsoft.Extensions.Logging.ILogger"/> instance.</param>
  1384. <param name="constraintLogger">The <see cref="T:Microsoft.Extensions.Logging.ILogger"/> instance used
  1385. in <see cref="T:Microsoft.AspNetCore.Routing.RouteConstraintMatcher"/>.</param>
  1386. <param name="version">The version of this route.</param>
  1387. </member>
  1388. <member name="P:Microsoft.AspNetCore.Routing.Tree.TreeRouter.Version">
  1389. <summary>
  1390. Gets the version of this route.
  1391. </summary>
  1392. </member>
  1393. <member name="M:Microsoft.AspNetCore.Routing.Tree.TreeRouter.GetVirtualPath(Microsoft.AspNetCore.Routing.VirtualPathContext)">
  1394. <inheritdoc />
  1395. </member>
  1396. <member name="M:Microsoft.AspNetCore.Routing.Tree.TreeRouter.RouteAsync(Microsoft.AspNetCore.Routing.RouteContext)">
  1397. <inheritdoc />
  1398. </member>
  1399. <member name="T:Microsoft.AspNetCore.Routing.Tree.UrlMatchingNode">
  1400. <summary>
  1401. A node in a <see cref="T:Microsoft.AspNetCore.Routing.Tree.UrlMatchingTree"/>.
  1402. </summary>
  1403. </member>
  1404. <member name="M:Microsoft.AspNetCore.Routing.Tree.UrlMatchingNode.#ctor(System.Int32)">
  1405. <summary>
  1406. Initializes a new instance of <see cref="T:Microsoft.AspNetCore.Routing.Tree.UrlMatchingNode"/>.
  1407. </summary>
  1408. <param name="length">The length of the path to this node in the <see cref="T:Microsoft.AspNetCore.Routing.Tree.UrlMatchingTree"/>.</param>
  1409. </member>
  1410. <member name="P:Microsoft.AspNetCore.Routing.Tree.UrlMatchingNode.Depth">
  1411. <summary>
  1412. Gets the length of the path to this node in the <see cref="T:Microsoft.AspNetCore.Routing.Tree.UrlMatchingTree"/>.
  1413. </summary>
  1414. </member>
  1415. <member name="P:Microsoft.AspNetCore.Routing.Tree.UrlMatchingNode.IsCatchAll">
  1416. <summary>
  1417. Gets or sets a value indicating whether this node represents a catch all segment.
  1418. </summary>
  1419. </member>
  1420. <member name="P:Microsoft.AspNetCore.Routing.Tree.UrlMatchingNode.Matches">
  1421. <summary>
  1422. Gets the list of matching route entries associated with this node.
  1423. </summary>
  1424. <remarks>
  1425. These entries are sorted by precedence then template.
  1426. </remarks>
  1427. </member>
  1428. <member name="P:Microsoft.AspNetCore.Routing.Tree.UrlMatchingNode.Literals">
  1429. <summary>
  1430. Gets the literal segments following this segment.
  1431. </summary>
  1432. </member>
  1433. <member name="P:Microsoft.AspNetCore.Routing.Tree.UrlMatchingNode.ConstrainedParameters">
  1434. <summary>
  1435. Gets or sets the <see cref="T:Microsoft.AspNetCore.Routing.Tree.UrlMatchingNode"/> representing
  1436. parameter segments with constraints following this segment in the <see cref="T:Microsoft.AspNetCore.Routing.Tree.TreeRouter"/>.
  1437. </summary>
  1438. </member>
  1439. <member name="P:Microsoft.AspNetCore.Routing.Tree.UrlMatchingNode.Parameters">
  1440. <summary>
  1441. Gets or sets the <see cref="T:Microsoft.AspNetCore.Routing.Tree.UrlMatchingNode"/> representing
  1442. parameter segments following this segment in the <see cref="T:Microsoft.AspNetCore.Routing.Tree.TreeRouter"/>.
  1443. </summary>
  1444. </member>
  1445. <member name="P:Microsoft.AspNetCore.Routing.Tree.UrlMatchingNode.ConstrainedCatchAlls">
  1446. <summary>
  1447. Gets or sets the <see cref="T:Microsoft.AspNetCore.Routing.Tree.UrlMatchingNode"/> representing
  1448. catch all parameter segments with constraints following this segment in the <see cref="T:Microsoft.AspNetCore.Routing.Tree.TreeRouter"/>.
  1449. </summary>
  1450. </member>
  1451. <member name="P:Microsoft.AspNetCore.Routing.Tree.UrlMatchingNode.CatchAlls">
  1452. <summary>
  1453. Gets or sets the <see cref="T:Microsoft.AspNetCore.Routing.Tree.UrlMatchingNode"/> representing
  1454. catch all parameter segments following this segment in the <see cref="T:Microsoft.AspNetCore.Routing.Tree.TreeRouter"/>.
  1455. </summary>
  1456. </member>
  1457. <member name="T:Microsoft.AspNetCore.Routing.Tree.UrlMatchingTree">
  1458. <summary>
  1459. A tree part of a <see cref="T:Microsoft.AspNetCore.Routing.Tree.TreeRouter"/>.
  1460. </summary>
  1461. </member>
  1462. <member name="M:Microsoft.AspNetCore.Routing.Tree.UrlMatchingTree.#ctor(System.Int32)">
  1463. <summary>
  1464. Initializes a new instance of <see cref="T:Microsoft.AspNetCore.Routing.Tree.UrlMatchingTree"/>.
  1465. </summary>
  1466. <param name="order">The order associated with routes in this <see cref="T:Microsoft.AspNetCore.Routing.Tree.UrlMatchingTree"/>.</param>
  1467. </member>
  1468. <member name="P:Microsoft.AspNetCore.Routing.Tree.UrlMatchingTree.Order">
  1469. <summary>
  1470. Gets the order of the routes associated with this <see cref="T:Microsoft.AspNetCore.Routing.Tree.UrlMatchingTree"/>.
  1471. </summary>
  1472. </member>
  1473. <member name="P:Microsoft.AspNetCore.Routing.Tree.UrlMatchingTree.Root">
  1474. <summary>
  1475. Gets the root of the <see cref="T:Microsoft.AspNetCore.Routing.Tree.UrlMatchingTree"/>.
  1476. </summary>
  1477. </member>
  1478. <member name="T:Microsoft.AspNetCore.Builder.MapRouteRouteBuilderExtensions">
  1479. <summary>
  1480. Provides extension methods for <see cref="T:Microsoft.AspNetCore.Routing.IRouteBuilder"/> to add routes.
  1481. </summary>
  1482. </member>
  1483. <member name="M:Microsoft.AspNetCore.Builder.MapRouteRouteBuilderExtensions.MapRoute(Microsoft.AspNetCore.Routing.IRouteBuilder,System.String,System.String)">
  1484. <summary>
  1485. Adds a route to the <see cref="T:Microsoft.AspNetCore.Routing.IRouteBuilder"/> with the specified name and template.
  1486. </summary>
  1487. <param name="routeBuilder">The <see cref="T:Microsoft.AspNetCore.Routing.IRouteBuilder"/> to add the route to.</param>
  1488. <param name="name">The name of the route.</param>
  1489. <param name="template">The URL pattern of the route.</param>
  1490. <returns>A reference to this instance after the operation has completed.</returns>
  1491. </member>
  1492. <member name="M:Microsoft.AspNetCore.Builder.MapRouteRouteBuilderExtensions.MapRoute(Microsoft.AspNetCore.Routing.IRouteBuilder,System.String,System.String,System.Object)">
  1493. <summary>
  1494. Adds a route to the <see cref="T:Microsoft.AspNetCore.Routing.IRouteBuilder"/> with the specified name, template, and default values.
  1495. </summary>
  1496. <param name="routeBuilder">The <see cref="T:Microsoft.AspNetCore.Routing.IRouteBuilder"/> to add the route to.</param>
  1497. <param name="name">The name of the route.</param>
  1498. <param name="template">The URL pattern of the route.</param>
  1499. <param name="defaults">
  1500. An object that contains default values for route parameters. The object's properties represent the names
  1501. and values of the default values.
  1502. </param>
  1503. <returns>A reference to this instance after the operation has completed.</returns>
  1504. </member>
  1505. <member name="M:Microsoft.AspNetCore.Builder.MapRouteRouteBuilderExtensions.MapRoute(Microsoft.AspNetCore.Routing.IRouteBuilder,System.String,System.String,System.Object,System.Object)">
  1506. <summary>
  1507. Adds a route to the <see cref="T:Microsoft.AspNetCore.Routing.IRouteBuilder"/> with the specified name, template, default values, and
  1508. constraints.
  1509. </summary>
  1510. <param name="routeBuilder">The <see cref="T:Microsoft.AspNetCore.Routing.IRouteBuilder"/> to add the route to.</param>
  1511. <param name="name">The name of the route.</param>
  1512. <param name="template">The URL pattern of the route.</param>
  1513. <param name="defaults">
  1514. An object that contains default values for route parameters. The object's properties represent the names
  1515. and values of the default values.
  1516. </param>
  1517. <param name="constraints">
  1518. An object that contains constraints for the route. The object's properties represent the names and values
  1519. of the constraints.
  1520. </param>
  1521. <returns>A reference to this instance after the operation has completed.</returns>
  1522. </member>
  1523. <member name="M:Microsoft.AspNetCore.Builder.MapRouteRouteBuilderExtensions.MapRoute(Microsoft.AspNetCore.Routing.IRouteBuilder,System.String,System.String,System.Object,System.Object,System.Object)">
  1524. <summary>
  1525. Adds a route to the <see cref="T:Microsoft.AspNetCore.Routing.IRouteBuilder"/> with the specified name, template, default values, and
  1526. data tokens.
  1527. </summary>
  1528. <param name="routeBuilder">The <see cref="T:Microsoft.AspNetCore.Routing.IRouteBuilder"/> to add the route to.</param>
  1529. <param name="name">The name of the route.</param>
  1530. <param name="template">The URL pattern of the route.</param>
  1531. <param name="defaults">
  1532. An object that contains default values for route parameters. The object's properties represent the names
  1533. and values of the default values.
  1534. </param>
  1535. <param name="constraints">
  1536. An object that contains constraints for the route. The object's properties represent the names and values
  1537. of the constraints.
  1538. </param>
  1539. <param name="dataTokens">
  1540. An object that contains data tokens for the route. The object's properties represent the names and values
  1541. of the data tokens.
  1542. </param>
  1543. <returns>A reference to this instance after the operation has completed.</returns>
  1544. </member>
  1545. <member name="T:Microsoft.AspNetCore.Builder.RoutingBuilderExtensions">
  1546. <summary>
  1547. Extension methods for adding the <see cref="T:Microsoft.AspNetCore.Builder.RouterMiddleware"/> middleware to an <see cref="T:Microsoft.AspNetCore.Builder.IApplicationBuilder"/>.
  1548. </summary>
  1549. </member>
  1550. <member name="M:Microsoft.AspNetCore.Builder.RoutingBuilderExtensions.UseRouter(Microsoft.AspNetCore.Builder.IApplicationBuilder,Microsoft.AspNetCore.Routing.IRouter)">
  1551. <summary>
  1552. Adds a <see cref="T:Microsoft.AspNetCore.Builder.RouterMiddleware"/> middleware to the specified <see cref="T:Microsoft.AspNetCore.Builder.IApplicationBuilder"/> with the specified <see cref="T:Microsoft.AspNetCore.Routing.IRouter"/>.
  1553. </summary>
  1554. <param name="builder">The <see cref="T:Microsoft.AspNetCore.Builder.IApplicationBuilder"/> to add the middleware to.</param>
  1555. <param name="router">The <see cref="T:Microsoft.AspNetCore.Routing.IRouter"/> to use for routing requests.</param>
  1556. <returns>A reference to this instance after the operation has completed.</returns>
  1557. </member>
  1558. <member name="M:Microsoft.AspNetCore.Builder.RoutingBuilderExtensions.UseRouter(Microsoft.AspNetCore.Builder.IApplicationBuilder,System.Action{Microsoft.AspNetCore.Routing.IRouteBuilder})">
  1559. <summary>
  1560. Adds a <see cref="T:Microsoft.AspNetCore.Builder.RouterMiddleware"/> middleware to the specified <see cref="T:Microsoft.AspNetCore.Builder.IApplicationBuilder"/>
  1561. with the <see cref="T:Microsoft.AspNetCore.Routing.IRouter"/> built from configured <see cref="T:Microsoft.AspNetCore.Routing.IRouteBuilder"/>.
  1562. </summary>
  1563. <param name="builder">The <see cref="T:Microsoft.AspNetCore.Builder.IApplicationBuilder"/> to add the middleware to.</param>
  1564. <param name="action">An <see cref="T:System.Action`1"/> to configure the provided <see cref="T:Microsoft.AspNetCore.Routing.IRouteBuilder"/>.</param>
  1565. <returns>A reference to this instance after the operation has completed.</returns>
  1566. </member>
  1567. </members>
  1568. </doc>