GET api/Seo/GetAllTemplates?module={module}

依据模块获取模板列表

Request Information

URI Parameters

NameDescriptionTypeAdditional information
module

ModuleType

Required

Body Parameters

None.

Response Information

Resource Description

依据模块获取模板列表

Collection of SeoTemplateDto
NameDescriptionTypeAdditional information
Id

模板ID

string

None.

Title

模板标题

string

None.

Keywords

模板关键字

string

None.

Description

模板描述

string

None.

Module

模块

ModuleType

None.

Key

数据库主键

integer

None.

PageName

页面名称

string

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<ArrayOfSeoTemplateDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Dto.Seo">
  <SeoTemplateDto>
    <Description>sample string 4</Description>
    <Id>sample string 1</Id>
    <Key>5</Key>
    <Keywords>sample string 3</Keywords>
    <Module>None</Module>
    <PageName>sample string 6</PageName>
    <Title>sample string 2</Title>
  </SeoTemplateDto>
  <SeoTemplateDto>
    <Description>sample string 4</Description>
    <Id>sample string 1</Id>
    <Key>5</Key>
    <Keywords>sample string 3</Keywords>
    <Module>None</Module>
    <PageName>sample string 6</PageName>
    <Title>sample string 2</Title>
  </SeoTemplateDto>
</ArrayOfSeoTemplateDto>