FormMappingContext Class

Definition

The context associated with a given form mapping operation.

public sealed class FormMappingContext
type FormMappingContext = class
Public NotInheritable Class FormMappingContext
Inheritance
FormMappingContext

Properties

MappingScopeName

The mapping scope name.

Methods

GetAllErrors()

Retrieves all the errors for the model.

GetAllErrors(String)

Retrieves all the errors for the model.

GetAttemptedValue(String)

Retrieves the attempted value that failed to map for a given model key.

GetAttemptedValue(String, String)

Retrieves the attempted value that failed to map for a given model key.

GetErrors(String)

Retrieves the list of errors for a given model key.

GetErrors(String, String)

Retrieves the list of errors for a given model key.

Applies to