FormDataCollectionExtensions.ReadAs Method
Include Protected Members
Include Inherited Members
Reads the collection extensions.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
ReadAs<T>(FormDataCollection) | Reads the collection extensions with specified type. | |
ReadAs(FormDataCollection, Type) | Reads the collection extensions with specified type. | |
ReadAs<T>(FormDataCollection, String, IRequiredMemberSelector, IFormatterLogger) | Reads the collection extensions with specified type. | |
ReadAs(FormDataCollection, Type, String, IRequiredMemberSelector, IFormatterLogger) | Reads the collection extensions with specified type and model name. |
Top