File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed 
src/Mvc/Mvc.Abstractions/src/Filters Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ namespace Microsoft.AspNetCore.Mvc.Filters;
1414/// <para> 
1515/// <see cref="IResultFilter"/> and <see cref="IAsyncResultFilter"/> instances are not executed in cases where 
1616/// an authorization filter or resource filter short-circuits the request to prevent execution of the action. 
17- /// <see cref="IResultFilter"/>. <see cref="IResultFilter"/>  and <see cref="IAsyncResultFilter"/> implementations 
17+ /// <see cref="IResultFilter"/> and <see cref="IAsyncResultFilter"/> implementations 
1818/// are also not executed in cases where an exception filter handles an exception by producing an action result. 
1919/// </para> 
2020/// <para> 
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ namespace Microsoft.AspNetCore.Mvc.Filters;
1414/// <para> 
1515/// <see cref="IResultFilter"/> and <see cref="IAsyncResultFilter"/> instances are not executed in cases where 
1616/// an authorization filter or resource filter short-circuits the request to prevent execution of the action. 
17- /// <see cref="IResultFilter"/>. <see cref="IResultFilter"/>  and <see cref="IAsyncResultFilter"/> implementations 
17+ /// <see cref="IResultFilter"/> and <see cref="IAsyncResultFilter"/> implementations 
1818/// are also not executed in cases where an exception filter handles an exception by producing an action result. 
1919/// </para> 
2020/// <para> 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments