[This is preliminary documentation and is subject to change.]
Strip simple html from string
Namespace: NFXAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public static string StripSimpleHtml(
this string str
)
public static string StripSimpleHtml(
this string str
)
<ExtensionAttribute>
Public Shared Function StripSimpleHtml (
str As String
) As String
<ExtensionAttribute>
Public Shared Function StripSimpleHtml (
str As String
) As String
public:
[ExtensionAttribute]
static String^ StripSimpleHtml(
String^ str
)
public:
[ExtensionAttribute]
static String^ StripSimpleHtml(
String^ str
)
static member StripSimpleHtml :
str : string -> string
static member StripSimpleHtml :
str : string -> string
Return Value
Type:
StringUsage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
String. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).