5 references to FormMappingScope
Microsoft.AspNetCore.Components.Web (5)
Forms\Mapping\FormMappingScope.cs (3)
25/// Specifies the content to be rendered inside this <see cref="FormMappingScope"/>. 44throw new InvalidOperationException($"The {nameof(FormMappingScope)} component requires a nonempty {nameof(Name)} parameter value."); 58throw new InvalidOperationException($"{nameof(FormMappingScope)} '{nameof(Name)}' can't change after initialization.");
Forms\Mapping\FormValueMappingContext.cs (1)
26/// Gets the name of <see cref="FormMappingScope"/> that is allowed to supply data in this context.
Forms\Mapping\IFormValueMapper.cs (1)
15/// <param name="scopeName">The name of the current <see cref="FormMappingScope"/>.</param>