一、在新添加的域中中的 AreaRegistration中作如下设置:
二、在原来的Global.asax中设置:
三、不同域之间的跳转
@Url.Action("Index", "Imageselect", new { Area = "" })为空表示跳转到原来的域。
2022-10-05 20:30:14
一、在新添加的域中中的 AreaRegistration中作如下设置:
二、在原来的Global.asax中设置:
三、不同域之间的跳转
@Url.Action("Index", "Imageselect", new { Area = "" })为空表示跳转到原来的域。