Miner.Desktop.DesignerExpress Assembly > Miner.Desktop.DesignerExpress.Annotations Namespace : AspMvcActionSelectorAttribute Class |
'Declaration <AttributeUsageAttribute(AttributeTargets.Parameter Or _ AttributeTargets.Property)> Public NotInheritable Class AspMvcActionSelectorAttribute Inherits System.Attribute
'Usage Dim instance As AspMvcActionSelectorAttribute
[AttributeUsage(AttributeTargets.Parameter | AttributeTargets.Property)] public sealed class AspMvcActionSelectorAttribute : System.Attribute
[ActionName("Foo")] public ActionResult Login(string returnUrl) { ViewBag.ReturnUrl = Url.Action("Foo"); // OK return RedirectToAction("Bar"); // Error: Cannot resolve action }
System.Object
System.Attribute
Miner.Desktop.DesignerExpress.Annotations.AspMvcActionSelectorAttribute
Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)
Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.