CustomUriLiteralPrefixes.RemoveCustomLiteralPrefix(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Remove the given literal prefix
public static bool RemoveCustomLiteralPrefix (string literalPrefix);
static member RemoveCustomLiteralPrefix : string -> bool
Public Shared Function RemoveCustomLiteralPrefix (literalPrefix As String) As Boolean
Parameters
- literalPrefix
- String
The custom name of the literal prefix
Returns
'true' if the literal prefix is successfully found and removed; otherwise, 'false'.
Exceptions
Argument is null or empty