GetActionUrlResponse
The GetActionUrlResponse class represents the response containing the action URL and favicon URL for Office Web Apps, used to display or redirect to the appropriate web app.
Properties
| Name | Description |
|---|---|
| Favicon | The URL for the favicon associated with the Office Web App, used for display alongside the app link. |
| Url | The URL of the Office Web App action, providing a link to the application or document. |
Constructors
| Name | Description |
|---|---|
| GetActionUrlResponse(url, favicon) | Initializes a new instance of the GetActionUrlResponse class, setting the URL and favicon URL for the Office Web App. |