ModelBindingContext.NestedScope Struct
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.
Return value of EnterNestedScope. Should be disposed by caller when child binding context state should be popped off of the ModelBindingContext.
public: value class ModelBindingContext::NestedScope : IDisposable
public struct ModelBindingContext.NestedScope : IDisposable
public readonly struct ModelBindingContext.NestedScope : IDisposable
type ModelBindingContext.NestedScope = struct
interface IDisposable
Public Structure ModelBindingContext.NestedScope
Implements IDisposable
- Inheritance
-
ModelBindingContext.NestedScope
- Implements
Constructors
ModelBindingContext.NestedScope(ModelBindingContext) |
Initializes the ModelBindingContext.NestedScope for a ModelBindingContext. |
Methods
Dispose() |
Exits the ModelBindingContext.NestedScope created by calling EnterNestedScope. |