IContentApi.GetContentUrl method
获取内容Url访问地址。
public string GetContentUrl(int siteId, int channelId, int contentId)
| parameter | description |
|---|---|
| siteId | 站点Id。 |
| channelId | 栏目Id。 |
| contentId | 内容Id。 |
Return Value
内容Url访问地址。
See Also
- interface IContentApi
- namespace SiteServer.Plugin
