Base:
property
ActionContext
Microsoft.AspNetCore.Mvc.ModelBinding.ModelBindingContext.ActionContext
22 writes to ActionContext
Microsoft.AspNetCore.Mvc.Core (1)
ModelBinding\DefaultModelBindingContext.cs (1)
215ActionContext = actionContext,
Microsoft.AspNetCore.Mvc.Core.Test (21)
ModelBinding\Binders\ArrayModelBinderTest.cs (1)
237ActionContext = actionContext,
ModelBinding\Binders\BinderTypeModelBinderTest.cs (1)
75ActionContext = new ActionContext()
ModelBinding\Binders\BodyModelBinderTests.cs (1)
691ActionContext = new ActionContext()
ModelBinding\Binders\CancellationTokenModelBinderTests.cs (1)
31ActionContext = new ActionContext()
ModelBinding\Binders\CollectionModelBinderTest.cs (1)
537ActionContext = actionContext,
ModelBinding\Binders\ComplexObjectModelBinderTest.cs (5)
466ActionContext = new ActionContext() 493ActionContext = new ActionContext() 521ActionContext = new ActionContext() 548ActionContext = new ActionContext() 574ActionContext = new ActionContext()
ModelBinding\Binders\ComplexTypeModelBinderTest.cs (5)
647ActionContext = new ActionContext() 674ActionContext = new ActionContext() 702ActionContext = new ActionContext() 729ActionContext = new ActionContext() 755ActionContext = new ActionContext()
ModelBinding\Binders\DictionaryModelBinderTest.cs (1)
628ActionContext = actionContext,
ModelBinding\Binders\FormCollectionModelBinderTest.cs (1)
71ActionContext = new ActionContext()
ModelBinding\Binders\FormFileModelBinderTest.cs (1)
459ActionContext = new ActionContext()
ModelBinding\Binders\HeaderModelBinderTests.cs (1)
362ActionContext = new ActionContext()
ModelBinding\Binders\KeyValuePairModelBinderTest.cs (1)
203ActionContext = new ActionContext()
ModelBinding\Binders\ServicesModelBinderTest.cs (1)
44ActionContext = new ActionContext()
1 reference to ActionContext
Microsoft.AspNetCore.Mvc.Core (1)
ModelBinding\DefaultModelBindingContext.cs (1)
190/// The <see cref="ActionContext"/> associated with the binding operation.