HtmlHelperGetNoArchorBody Method |
将字符串中href属性都替换为空
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public static string GetNoArchorBody(
string html
)
Public Shared Function GetNoArchorBody (
html As String
) As String
public:
static String^ GetNoArchorBody(
String^ html
)
static member GetNoArchorBody :
html : string -> string
Parameters
- html
- Type: SystemString
[Missing <param name="html"/> documentation for "M:Adf.HtmlHelper.GetNoArchorBody(System.String)"]
Return Value
Type:
String[Missing <returns> documentation for "M:Adf.HtmlHelper.GetNoArchorBody(System.String)"]
See Also