HostedWebApplication.WebAction Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Actions for hosted web applications.
public: ref class HostedWebApplication::WebAction : Microsoft::Uii::Csr::Action
public class HostedWebApplication.WebAction : Microsoft.Uii.Csr.Action
type HostedWebApplication.WebAction = class
inherit Action
Public Class HostedWebApplication.WebAction
Inherits Action
- Inheritance
Constructors
HostedWebApplication.WebAction(Int32, String, String) |
Overloaded constructor |
Properties
ActionID |
Gets or sets the action ID. (Inherited from Action) |
GetFocus |
The GetFocus is used to help decide if the application should obtain focus when the action is fired. Set this property by checking the GetFocus checkbox which is located at: 1) Admin Console->Hosted Applications->[someapplication] 2) Properties menu->Actions tab 3) Edit Initialization String->Action->Build button 4) "Focus the application after action is completed." checkbox |
Initialization |
Gets or sets the action initialization information. (Inherited from Action) |
IsDefault | (Inherited from Action) |
Name |
Gets or sets the action name (Inherited from Action) |
QueryString |
Get the query string. |
ScriptPath |
Get the path of the script. |
Type |
Get the type the web action (e.g. None, URL, or SCRIPT). |
Url |
Get the Url of the web action. |
Verb |
Get the verb of the web action (e.g. GET or POST). |