ModelBindingContext.NestedScope(ModelBindingContext) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes the ModelBindingContext.NestedScope for a ModelBindingContext.
public:
NestedScope(Microsoft::AspNetCore::Mvc::ModelBinding::ModelBindingContext ^ context);
public NestedScope (Microsoft.AspNetCore.Mvc.ModelBinding.ModelBindingContext context);
new Microsoft.AspNetCore.Mvc.ModelBinding.ModelBindingContext.NestedScope : Microsoft.AspNetCore.Mvc.ModelBinding.ModelBindingContext -> Microsoft.AspNetCore.Mvc.ModelBinding.ModelBindingContext.NestedScope
Public Sub New (context As ModelBindingContext)
Parameters
- context
- ModelBindingContext