Update nach EDK-Read
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta name="GENERATOR" content="VSdocman - documentation generator; https://www.helixoft.com" />
|
||||
<link rel="icon" href="favicon.ico">
|
||||
<title>HelpPageConfigurationExtensions.SetActualRequestType Method</title>
|
||||
<title>HelpPageConfigurationExtensions.SetSampleResponse Method</title>
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="msdn2019/toc.css" />
|
||||
<script src="msdn2019/toc.js"></script>
|
||||
@@ -75,12 +75,11 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
|
||||
</div>
|
||||
|
||||
<div id="mainBody">
|
||||
<h1 class="title">HelpPageConfigurationExtensions.SetActualRequestType Method</h1>
|
||||
<h1 class="title">HelpPageConfigurationExtensions.SetSampleResponse Method</h1>
|
||||
<p />
|
||||
|
||||
|
||||
<summary-info>Specifies the actual type of <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.net.http.objectcontent-1">ObjectContent<T></a> passed to the <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.net.http.httprequestmessage">HttpRequestMessage</a> in an action.
|
||||
The help page will use this information to produce more accurate request samples.</summary-info>
|
||||
<summary-info>Sets the sample response directly for the specified media type of the action with specific parameters.</summary-info>
|
||||
|
||||
|
||||
<div class="section_container">
|
||||
@@ -102,26 +101,24 @@ The help page will use this information to produce more accurate request samples
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
<a href="topic_000000000000030F.html">SetActualRequestType(this HttpConfiguration, Type, string, string)</a>
|
||||
<a href="topic_000000000000030E.html">SetSampleResponse(this HttpConfiguration, object, MediaTypeHeaderValue, string, string)</a>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Specifies the actual type of <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.net.http.objectcontent-1">ObjectContent<T></a> passed to the <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.net.http.httprequestmessage">HttpRequestMessage</a> in an action.
|
||||
The help page will use this information to produce more accurate request samples.
|
||||
Sets the sample request directly for the specified media type of the action.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
<a href="topic_0000000000000310.html">SetActualRequestType(this HttpConfiguration, Type, string, string, params string[])</a>
|
||||
<a href="topic_000000000000030F.html">SetSampleResponse(this HttpConfiguration, object, MediaTypeHeaderValue, string, string, params string[])</a>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Specifies the actual type of <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.net.http.objectcontent-1">ObjectContent<T></a> passed to the <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.net.http.httprequestmessage">HttpRequestMessage</a> in an action.
|
||||
The help page will use this information to produce more accurate request samples.
|
||||
Sets the sample response directly for the specified media type of the action with specific parameters.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
@@ -142,11 +139,11 @@ The help page will use this information to produce more accurate request samples
|
||||
|
||||
<div id="seeAlsoSection" class="section">
|
||||
<div>
|
||||
<a href="topic_0000000000000306.html">HelpPageConfigurationExtensions Class</a><br />
|
||||
<a href="topic_0000000000000309.html">HelpPageConfigurationExtensions Class</a><br />
|
||||
|
||||
|
||||
|
||||
<a href="topic_00000000000002F6.html">EDOKAAPI_NetFramework.Areas.HelpPage Namespace</a><br />
|
||||
<a href="topic_00000000000002F9.html">EDOKAAPI_NetFramework.Areas.HelpPage Namespace</a><br />
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user