demo/WalkingTec.Mvvm.Demo/Controllers/CityController.cs
#region Edit
[ActionDescription("Edit")]
public ActionResult Edit(string id)
{
var vm = CreateVM<CityVM>(id);
This method may be missing authorization checks for which users can access the resource of the provided ID.
demo/WalkingTec.Mvvm.Demo/Controllers/CityController.cs
#region Delete
[ActionDescription("Delete")]
public ActionResult Delete(string id)
{
var vm = CreateVM<CityVM>(id);
This method may be missing authorization checks for which users can access the resource of the provided ID.
demo/WalkingTec.Mvvm.Demo/Controllers/CityController.cs
[ActionDescription("Delete")]
[HttpPost]
public ActionResult Delete(string id, IFormCollection nouse)
{
var vm = CreateVM<CityVM>(id);
This method may be missing authorization checks for which users can access the resource of the provided ID.
demo/WalkingTec.Mvvm.Demo/Controllers/MajorController.cs
#region 删除
[ActionDescription("删除")]
public ActionResult Delete(Guid id)
{
var vm = CreateVM<MajorVM>(id);
This method may be missing authorization checks for which users can access the resource of the provided ID.
demo/WalkingTec.Mvvm.Demo/Controllers/MajorController.cs
#region 修改
[ActionDescription("修改")]
public ActionResult Edit(Guid id)
{
var vm = CreateVM<MajorVM>(id);
This method may be missing authorization checks for which users can access the resource of the provided ID.
demo/WalkingTec.Mvvm.Demo/Controllers/MajorController.cs
[ActionDescription("删除")]
[HttpPost]
public ActionResult Delete(Guid id, IFormCollection nouse)
{
var vm = CreateVM<MajorVM>(id);
This method may be missing authorization checks for which users can access the resource of the provided ID.
demo/WalkingTec.Mvvm.Demo/Controllers/StudentController.cs
#region Edit
[ActionDescription("Edit")]
public ActionResult Edit(string id)
{
var vm = CreateVM<StudentVM>(id);
This method may be missing authorization checks for which users can access the resource of the provided ID.
demo/WalkingTec.Mvvm.Demo/Controllers/StudentController.cs
#region Delete
[ActionDescription("Delete")]
public ActionResult Delete(string id)
{
var vm = CreateVM<StudentVM>(id);
This method may be missing authorization checks for which users can access the resource of the provided ID.
demo/WalkingTec.Mvvm.Demo/Controllers/StudentController.cs
[ActionDescription("Delete")]
[HttpPost]
public ActionResult Delete(string id, IFormCollection nouse)
{
var vm = CreateVM<StudentVM>(id);
This method may be missing authorization checks for which users can access the resource of the provided ID.
demo/WalkingTec.Mvvm.Demo/Controllers/%E4%B8%8D%E8%A6%81%E7%94%A8%E4%B8%AD%E6%96%87%E6%A8%A1%E5%9E%8B%E5%90%8DController.cs
#region 修改
[ActionDescription("修改")]
public ActionResult Edit(string id)
{
var vm = CreateVM<不要用中文模型名VM>(id);
This method may be missing authorization checks for which users can access the resource of the provided ID.
demo/WalkingTec.Mvvm.Demo/Controllers/%E4%B8%8D%E8%A6%81%E7%94%A8%E4%B8%AD%E6%96%87%E6%A8%A1%E5%9E%8B%E5%90%8DController.cs
#region 删除
[ActionDescription("删除")]
public ActionResult Delete(string id)
{
var vm = CreateVM<不要用中文模型名VM>(id);
This method may be missing authorization checks for which users can access the resource of the provided ID.
demo/WalkingTec.Mvvm.Demo/Controllers/%E4%B8%8D%E8%A6%81%E7%94%A8%E4%B8%AD%E6%96%87%E6%A8%A1%E5%9E%8B%E5%90%8DController.cs
[ActionDescription("删除")]
[HttpPost]
public ActionResult Delete(string id, IFormCollection nouse)
{
var vm = CreateVM<不要用中文模型名VM>(id);
This method may be missing authorization checks for which users can access the resource of the provided ID.
src/WalkingTec.Mvvm.Mvc/_FrameworkController.cs
[HttpPost]
[ActionDescription("UploadForLayUIUEditor")]
public IActionResult UploadForLayUIUEditor(string _DONOT_USE_CS = "default")
{
CurrentCS = _DONOT_USE_CS ?? "default";
This method may be missing authorization checks for which users can access the resource of the provided ID.
m |
|
Edit |
This method may be missing authorization checks for which users can access the resource of the provided ID. |
Delete |
This method may be missing authorization checks for which users can access the resource of the provided ID. |
Delete |
This method may be missing authorization checks for which users can access the resource of the provided ID. |
Delete |
This method may be missing authorization checks for which users can access the resource of the provided ID. |
Edit |
This method may be missing authorization checks for which users can access the resource of the provided ID. |
Delete |
This method may be missing authorization checks for which users can access the resource of the provided ID. |
Edit |
This method may be missing authorization checks for which users can access the resource of the provided ID. |
Delete |
This method may be missing authorization checks for which users can access the resource of the provided ID. |
Delete |
This method may be missing authorization checks for which users can access the resource of the provided ID. |
Edit |
This method may be missing authorization checks for which users can access the resource of the provided ID. |
Delete |
This method may be missing authorization checks for which users can access the resource of the provided ID. |
Delete |
This method may be missing authorization checks for which users can access the resource of the provided ID. |
UploadForLayUIUEditor |
This method may be missing authorization checks for which users can access the resource of the provided ID. |