IPresenterComboboxItem.PerformNavigation Method
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.
public:
void PerformNavigation(System::String ^ url, System::String ^ frame, cli::array <System::Byte> ^ postData, System::String ^ additionalHeaders);
public void PerformNavigation (string url, string frame, byte[] postData, string additionalHeaders);
abstract member PerformNavigation : string * string * byte[] * string -> unit
Public Sub PerformNavigation (url As String, frame As String, postData As Byte(), additionalHeaders As String)
Parameters
- url
- String
- frame
- String
- postData
- Byte[]
- additionalHeaders
- String