Share via


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

Name Description
MappingScopeName

The mapping scope name.

Methods

Name Description
GetAllErrors()

Retrieves all the errors for the model.

GetAllErrors(String)

Retrieves all the errors for the model.

GetAttemptedValue(String, String)

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

GetAttemptedValue(String)

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

GetErrors(String, String)

Retrieves the list of errors for a given model key.

GetErrors(String)

Retrieves the list of errors for a given model key.

Applies to