File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -322,7 +322,7 @@ public RouteOptions() { }
322
322
public System . Collections . Generic . ICollection < Microsoft . AspNetCore . Routing . EndpointDataSource > EndpointDataSources { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } }
323
323
public bool LowercaseQueryStrings { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
324
324
public bool LowercaseUrls { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
325
- public bool SuppressCheckForUnevaluatedEndpointMetadata { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
325
+ public bool SuppressCheckForUnhandledSecurityMetadata { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
326
326
}
327
327
public partial class RouteValueEqualityComparer : System . Collections . Generic . IEqualityComparer < object >
328
328
{
You can’t perform that action at this time.
0 commit comments