File tree 1 file changed +0
-12
lines changed
src/Common.OData.ApiExplorer
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
34
34
/// <see cref="ApiExplorerSettingsAttribute.IgnoreApi"/> with a value of <c>false</c> to all OData controllers.</remarks>
35
35
public bool UseApiExplorerSettings { get ; set ; }
36
36
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
-
49
37
/// <summary>
50
38
/// Gets or sets a value indicating whether qualified names are used when building URLs.
51
39
/// </summary>
You can’t perform that action at this time.
0 commit comments