Removes the local servername from A and IMG tags

Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public static string RemoveServerNamesFromUrls(
	string input,
	string servername
)
Visual Basic
Public Shared Function RemoveServerNamesFromUrls ( _
	input As String, _
	servername As String _
) As String
Visual C++
public:
static String^ RemoveServerNamesFromUrls(
	String^ input, 
	String^ servername
)

Parameters

input
Type: System..::..String
servername
Type: System..::..String

See Also