| Name | Description |
---|
  | CreateDictionaryFromString |
This method is extracted from the FriendlyUrlSettings class
|
  | DictionaryToString | |
  | ForEach<(Of <<'(TType>)>>) |
Executes an action for each element in the source collection.
|
  | GetFlexibleBooleanParsingFunction()()()() |
Gets a converter function which parses a String value into a Boolean.
Considers the value true if it is one of the following (case-insensitive):
|
  | GetFlexibleBooleanParsingFunction(array<String>[]()[][]) | Gets a converter function which parses a String value into a Boolean. |
  | GetValue<(Of <<'(T>)>>)(IDictionary, String) | Gets the value from the dictionary. |
  | GetValue<(Of <<'(T>)>>)(NameValueCollection, String) | Gets the value from the collection. |
  | GetValue<(Of <<'(T>)>>)(ILookup<(Of <<'(String, String>)>>), String) | Gets the value from the lookup. |
  | GetValue<(Of <<'(T>)>>)(XContainer, String) | Gets the value from the XML node's child elements. |
  | GetValue<(Of <<'(T>)>>)(IXPathNavigable, String) | Gets the value from the XML node's child elements, returning the default value of if the value doesn't exist. |
  | GetValue<(Of <<'(T>)>>)(IDictionary, String, Func<(Of <<'(Object, T>)>>)) | Gets the value from the dictionary. |
  | GetValue<(Of <<'(T>)>>)(IDictionary, String, Func<(Of <<'(String, T>)>>)) | Gets the value from the dictionary. |
  | GetValue<(Of <<'(T>)>>)(NameValueCollection, String, Func<(Of <<'(Object, T>)>>)) | Gets the value from the collection. |
  | GetValue<(Of <<'(T>)>>)(NameValueCollection, String, Func<(Of <<'(String, T>)>>)) | Gets the value from the collection. |
  | GetValue<(Of <<'(T>)>>)(ILookup<(Of <<'(String, String>)>>), String, Func<(Of <<'(Object, T>)>>)) | Gets the value from the lookup. |
  | GetValue<(Of <<'(T>)>>)(ILookup<(Of <<'(String, String>)>>), String, Func<(Of <<'(String, T>)>>)) | Gets the value from the lookup. |
  | GetValue<(Of <<'(T>)>>)(XContainer, String, Func<(Of <<'(Object, T>)>>)) | Gets the value from the XML node's child elements. |
  | GetValue<(Of <<'(T>)>>)(XContainer, String, Func<(Of <<'(String, T>)>>)) | Gets the value from the XML node's child elements. |
  | GetValue<(Of <<'(T>)>>)(IXPathNavigable, String, Func<(Of <<'(Object, T>)>>)) | Gets the value from the XML node's child elements. |
  | GetValue<(Of <<'(T>)>>)(IXPathNavigable, String, Func<(Of <<'(String, T>)>>)) | Gets the value from the XML node's child elements. |
  | GetValueOrDefault<(Of <<'(T>)>>)(IDictionary, String) | Gets the value from the dictionary, returning the default value of if the value doesn't exist. |
  | GetValueOrDefault<(Of <<'(T>)>>)(NameValueCollection, String) | Gets the value from the collection, returning the default value of if the value doesn't exist. |
  | GetValueOrDefault<(Of <<'(T>)>>)(ILookup<(Of <<'(String, String>)>>), String) | Gets the value from the lookup, returning the default value of if the value doesn't exist. |
  | GetValueOrDefault<(Of <<'(T>)>>)(XContainer, String) | Gets the value from the XML node's child elements, returning the default value of if the value doesn't exist. |
  | GetValueOrDefault<(Of <<'(T>)>>)(IXPathNavigable, String) | Gets the value from the XML node's child elements, returning the default value of if the value doesn't exist. |
  | GetValueOrDefault<(Of <<'(T>)>>)(IDictionary, String, Func<(Of <<'(Object, T>)>>)) | Gets the value from the dictionary, returning the default value of if the value doesn't exist. |
  | GetValueOrDefault<(Of <<'(T>)>>)(IDictionary, String, Func<(Of <<'(String, T>)>>)) | Gets the value from the dictionary, returning the default value of if the value doesn't exist. |
  | GetValueOrDefault<(Of <<'(T>)>>)(IDictionary, String, T) | Gets the value from the dictionary, returning defaultValue if the value doesn't exist. |
  | GetValueOrDefault<(Of <<'(T>)>>)(NameValueCollection, String, Func<(Of <<'(Object, T>)>>)) | Gets the value from the collection, returning the default value of if the value doesn't exist. |
  | GetValueOrDefault<(Of <<'(T>)>>)(NameValueCollection, String, Func<(Of <<'(String, T>)>>)) | Gets the value from the collection, returning the default value of if the value doesn't exist. |
  | GetValueOrDefault<(Of <<'(T>)>>)(NameValueCollection, String, T) | Gets the value from the collection, returning defaultValue if the value doesn't exist. |
  | GetValueOrDefault<(Of <<'(T>)>>)(ILookup<(Of <<'(String, String>)>>), String, Func<(Of <<'(Object, T>)>>)) | Gets the value from the lookup, returning the default value of if the value doesn't exist. |
  | GetValueOrDefault<(Of <<'(T>)>>)(ILookup<(Of <<'(String, String>)>>), String, Func<(Of <<'(String, T>)>>)) | Gets the value from the lookup, returning the default value of if the value doesn't exist. |
  | GetValueOrDefault<(Of <<'(T>)>>)(ILookup<(Of <<'(String, String>)>>), String, T) | Gets the value from the lookup, returning defaultValue if the value doesn't exist. |
  | GetValueOrDefault<(Of <<'(T>)>>)(XContainer, String, Func<(Of <<'(Object, T>)>>)) | Gets the value from the XML node's child elements, returning the default value of if the value doesn't exist. |
  | GetValueOrDefault<(Of <<'(T>)>>)(XContainer, String, Func<(Of <<'(String, T>)>>)) | Gets the value from the XML node's child elements, returning the default value of if the value doesn't exist. |
  | GetValueOrDefault<(Of <<'(T>)>>)(XContainer, String, T) | Gets the value from the XML node's child elements, returning defaultValue if the value doesn't exist. |
  | GetValueOrDefault<(Of <<'(T>)>>)(IXPathNavigable, String, Func<(Of <<'(Object, T>)>>)) | Gets the value from the XML node's child elements, returning the default value of if the value doesn't exist. |
  | GetValueOrDefault<(Of <<'(T>)>>)(IXPathNavigable, String, Func<(Of <<'(String, T>)>>)) | Gets the value from the XML node's child elements, returning the default value of if the value doesn't exist. |
  | GetValueOrDefault<(Of <<'(T>)>>)(IXPathNavigable, String, T) | Gets the value from the XML node's child elements, returning defaultValue if the value doesn't exist. |
  | GetValueOrDefault<(Of <<'(T>)>>)(IDictionary, String, T, Func<(Of <<'(Object, T>)>>)) | Gets the value from the dictionary, returning the if the value doesn't exist. |
  | GetValueOrDefault<(Of <<'(T>)>>)(IDictionary, String, T, Func<(Of <<'(String, T>)>>)) | Gets the value from the dictionary, returning defaultValue if the value doesn't exist. |
  | GetValueOrDefault<(Of <<'(T>)>>)(NameValueCollection, String, T, Func<(Of <<'(Object, T>)>>)) | Gets the value from the collection, returning defaultValue if the value doesn't exist. |
  | GetValueOrDefault<(Of <<'(T>)>>)(NameValueCollection, String, T, Func<(Of <<'(String, T>)>>)) | Gets the value from the collection, returning defaultValue if the value doesn't exist. |
  | GetValueOrDefault<(Of <<'(T>)>>)(ILookup<(Of <<'(String, String>)>>), String, T, Func<(Of <<'(Object, T>)>>)) | Gets the value from the lookup, returning defaultValue if the value doesn't exist. |
  | GetValueOrDefault<(Of <<'(T>)>>)(ILookup<(Of <<'(String, String>)>>), String, T, Func<(Of <<'(String, T>)>>)) | Gets the value from the lookup, returning defaultValue if the value doesn't exist. |
  | GetValueOrDefault<(Of <<'(T>)>>)(XContainer, String, T, Func<(Of <<'(Object, T>)>>)) | Gets the value from the XML node's child elements, returning defaultValue if the value doesn't exist. |
  | GetValueOrDefault<(Of <<'(T>)>>)(XContainer, String, T, Func<(Of <<'(String, T>)>>)) | Gets the value from the XML node's child elements, returning defaultValue if the value doesn't exist. |
  | GetValueOrDefault<(Of <<'(T>)>>)(IXPathNavigable, String, T, Func<(Of <<'(Object, T>)>>)) | Gets the value from the XML node's child elements, returning defaultValue if the value doesn't exist. |
  | GetValueOrDefault<(Of <<'(T>)>>)(IXPathNavigable, String, T, Func<(Of <<'(String, T>)>>)) | Gets the value from the XML node's child elements, returning defaultValue if the value doesn't exist. |
  | GetValues<(Of <<'(T>)>>)(NameValueCollection, String) | Gets the values from the collection. |
  | GetValues<(Of <<'(T>)>>)(ILookup<(Of <<'(String, String>)>>), String) | Gets the values from the lookup. |
  | GetValues<(Of <<'(T>)>>)(NameValueCollection, String, Func<(Of <<'(String, T>)>>)) | Gets the values from the collection. |
  | GetValues<(Of <<'(T>)>>)(ILookup<(Of <<'(String, String>)>>), String, Func<(Of <<'(String, T>)>>)) | Gets the values from the lookup. |
  | ToLookup(NameValueCollection) | |
  | ToLookup(NameValueCollection, Boolean) | |