Method TryParseCommand
TryParseCommand(String, out String, out Dictionary<String, String>)
Die Methode TryParseCommand ist das Gegenstück zu CreateCommand(String, IDictionary<String, String>) und extrahiert,
falls es sich bei dem übergebenen Link (url) um ein Link-Kommando handelt, das
Kommando (commandName) und die Argumente (args). Andernfalls wird false
zurückgegeben.
Declaration
[DocfxBrowsable]
public static bool TryParseCommand(string url, out string commandName, out Dictionary<string, string> args)
Parameters
url
System.String
commandName
System.String
args
System.Collections.Generic.Dictionary<System.String, System.String>
Returns
System.Boolean