- 命名空间: Limyee.Extensibility.Api.Entities.Version1
- 程序集: Limyee.Api.dll
定义
class UrlRedirect { DateTime CreatedDate { get; set; } bool IsCaseSensitive { get; set; } bool IsPrefix { get; set; } string NewUrl { get; set; } string OldUrl { get; set; } }
属性
名称 |
类型 |
描述 |
默认值 |
选项 |
CreatedDate |
DateTime |
|||
IsCaseSensitive |
bool |
|||
IsPrefix |
bool |
|||
NewUrl |
string |
|||
OldUrl |
string |