[]
Provides extension methods for updating and applying settings in a NameValueCollection.
public static class NameValueCollectionExtensions
Name | Description |
---|---|
ApplyTo<T>(NameValueCollection, T, bool, bool) | Applies settings from the NameValueCollection to the specified object. |
UpdateSettings(NameValueCollection, object) | Updates the NameValueCollection with data from the object's fields and properties. |