IParseApi interface
STL解析Api接口。
public interface IParseApi
1
Members
| name | description |
|---|---|
| GetCurrentUrl(…) | 获取当前生成的静态页面的地址。 |
| GetStlElements(…) | 获取html中的指定STL标签。 |
| Parse(…) | 解析HTML中的STL标签。 |
| ParseAttributeValue(…) | 解析Html标签属性中的STL实体。 |
文档中心STL解析Api接口。
public interface IParseApi
| name | description |
|---|---|
| GetCurrentUrl(…) | 获取当前生成的静态页面的地址。 |
| GetStlElements(…) | 获取html中的指定STL标签。 |
| Parse(…) | 解析HTML中的STL标签。 |
| ParseAttributeValue(…) | 解析Html标签属性中的STL实体。 |