File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
src/Common.OData.ApiExplorer Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -34,18 +34,6 @@ public partial class ODataApiExplorerOptions : ApiExplorerOptions
3434 /// <see cref="ApiExplorerSettingsAttribute.IgnoreApi"/> with a value of <c>false</c> to all OData controllers.</remarks>
3535 public bool UseApiExplorerSettings { get ; set ; }
3636
37- /// <summary>
38- /// Gets or sets a value indicating whether qualified names are used when building URLs for operations (e.g. actions and functions).
39- /// </summary>
40- /// <value>True if qualified names are used when building URLs for operations; otherwise, false. The default value is <c>false</c>.</value>
41- [ EditorBrowsable ( Never ) ]
42- [ Obsolete ( "This property will be removed in the next major version. Use UseQualifiedNames instead." , error : true ) ]
43- public bool UseQualifiedOperationNames
44- {
45- get => UseQualifiedNames ;
46- set => UseQualifiedNames = value ;
47- }
48-
4937 /// <summary>
5038 /// Gets or sets a value indicating whether qualified names are used when building URLs.
5139 /// </summary>
You can’t perform that action at this time.
0 commit comments