| TagExtensionMethodParseArgumentsObject Method |
Namespace:
Dynamicweb.Rendering
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax protected static Dictionary<string, Object> ParseArgumentsObject(
string arguments
)
Protected Shared Function ParseArgumentsObject (
arguments As String
) As Dictionary(Of String, Object)
Parameters
- arguments
- Type: SystemString
Return Value
Type:
DictionaryString,
ObjectSee Also