Share via


CustomUriLiteralPrefixes.RemoveCustomLiteralPrefix(String) Method

Definition

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

Applies to