TestServer.CreateRequest(String) 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.
Begins constructing a request message for submission.
public:
Microsoft::AspNetCore::TestHost::RequestBuilder ^ CreateRequest(System::String ^ path);
public Microsoft.AspNetCore.TestHost.RequestBuilder CreateRequest (string path);
member this.CreateRequest : string -> Microsoft.AspNetCore.TestHost.RequestBuilder
Public Function CreateRequest (path As String) As RequestBuilder
Parameters
- path
- String
Returns
RequestBuilder to use in constructing additional request details.