IParseApi interface

STL解析Api接口。


public interface IParseApi

Members

| name | description |

| —- | —- |

| GetCurrentUrl(…) | 获取当前生成的静态页面的地址。 |

| GetStlElements(…) | 获取html中的指定STL标签。 |

| Parse(…) | 解析HTML中的STL标签。 |

| ParseAttributeValue(…) | 解析Html标签属性中的STL实体。 |

See Also

  • namespace SiteServer.Plugin