RequestBuilder(TestServer, String) Constructor
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.
Construct a new HttpRequestMessage with the given path.
public:
RequestBuilder(Microsoft::AspNetCore::TestHost::TestServer ^ server, System::String ^ path);
public RequestBuilder (Microsoft.AspNetCore.TestHost.TestServer server, string path);
new Microsoft.AspNetCore.TestHost.RequestBuilder : Microsoft.AspNetCore.TestHost.TestServer * string -> Microsoft.AspNetCore.TestHost.RequestBuilder
Public Sub New (server As TestServer, path As String)
Parameters
- server
- TestServer
- path
- String