Class HtmlHelper
Inheritance
System.Object
HtmlHelper
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: SecureExchangesSDK.Helpers
Assembly: SecureExchangesSDK.dll
Syntax
public static class HtmlHelper
Methods
RemoveUnwantedTag(String, String[])
Declaration
public static string RemoveUnwantedTag(string content, params string[] tags)
Parameters
Type | Name | Description |
---|---|---|
System.String | content | |
System.String[] | tags |
Returns
Type | Description |
---|---|
System.String |
ReplaceTargetLinkForBlank(String)
Declaration
public static string ReplaceTargetLinkForBlank(string content)
Parameters
Type | Name | Description |
---|---|---|
System.String | content |
Returns
Type | Description |
---|---|
System.String |