Skip to main content

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

NameDescription
FaviconThe URL for the favicon associated with the Office Web App, used for display alongside the app link.
UrlThe URL of the Office Web App action, providing a link to the application or document.

Constructors

NameDescription
GetActionUrlResponse(url, favicon)Initializes a new instance of the GetActionUrlResponse class, setting the URL and favicon URL for the Office Web App.