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 |