Class FromFormAttribute
This parameter will be binded from the Request Form values.
[AttributeUsage(AttributeTargets.Parameter, AllowMultiple = false)]
public class FromFormAttribute : Attribute
- Inheritance
-
objectAttributeFromFormAttribute
- Derived
Fields
BindOnRoot
Do not use parameter name as prefix for lookup in Form.
public bool BindOnRoot
Field Value
Key
Explicitly defined the key to be used for lookup. By default (Key=null) is the parameter name
public string? Key