OpenUrlAction Constructors
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.
Overloads
| Name | Description |
|---|---|
| OpenUrlAction() | |
| OpenUrlAction(String) |
OpenUrlAction()
public OpenUrlAction();
Public Sub New ()
Applies to
OpenUrlAction(String)
public OpenUrlAction(string url);
new Microsoft.Teams.Cards.OpenUrlAction : string -> Microsoft.Teams.Cards.OpenUrlAction
Public Sub New (url As String)
Parameters
- url
- String