IParseApi.Parse method
解析HTML中的STL标签。
public string Parse(string html, IParseContext context)
| parameter | description |
|---|---|
| html | 带有STL标签的Html代码。 |
| context | STL解析上下文。 |
Return Value
返回将STL标签解析完毕后的Html代码。
See Also
- interface IParseContext
- interface IParseApi
- namespace SiteServer.Plugin
