FormValueMappingContext.AcceptFormName Property
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.
If set, indicates that the mapping should only receive values if the incoming form matches this name. If null, the mapping should receive data from any form in the mapping scope.
public string? AcceptFormName { get; }
member this.AcceptFormName : string
Public ReadOnly Property AcceptFormName As String