0
- 我有一定的頁面同時具有長(Page1/Page2/MyPage)和簡單(MyPage)地址。
然後我想通過PropertyUrl引用它在某一個地方:SimpleAddress來自PropertyUrl
[CultureSpecific] [Required] [BackingType(typeof(PropertyUrl))] [Display( Name = "Link", Description = "Link to the page", GroupName = SystemTabNames.Content, Order = 1)] public virtual Url Link { get; set; }
我想簡單地址(如果存在)用於路由或URL渲染,但不長個。
我找了它的一些優雅的解決方案,如果它存在