update 20240812
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>HelpPageSampleGenerator Methods</title>
|
||||
<title>SwaggerConfig Methods</title>
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="msdn2019/toc.css" />
|
||||
<script src="msdn2019/toc.js"></script>
|
||||
@@ -75,11 +75,11 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
|
||||
</div>
|
||||
|
||||
<div id="mainBody">
|
||||
<h1 class="title">HelpPageSampleGenerator Methods</h1>
|
||||
<h1 class="title">SwaggerConfig Methods</h1>
|
||||
<p />
|
||||
<p>
|
||||
The following tables list the members exposed by the
|
||||
<a href="topic_0000000000000350.html">HelpPageSampleGenerator</a>
|
||||
<a href="topic_0000000000000350.html">SwaggerConfig</a>
|
||||
type.
|
||||
</p>
|
||||
|
||||
@@ -115,215 +115,17 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
|
||||
<td>
|
||||
<img alt="Public method" title="Public method" src="msdn2019/pubmethod.png"></img>
|
||||
|
||||
<img alt="Static" title="Static" src="msdn2019/static.png"></img>
|
||||
|
||||
|
||||
</td>
|
||||
<td>
|
||||
<a href="topic_0000000000000359.html">GetActionSample(string, string, IEnumerable<String>, Type, MediaTypeFormatter, MediaTypeHeaderValue, SampleDirection)</a>
|
||||
<a href="topic_0000000000000351.html">Register()</a>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Search for samples that are provided directly through <a target="_top" href="topic_0000000000000353.html" onclick="this.target='';return true;">ActionSamples</a>.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr class="
|
||||
|
||||
|
||||
">
|
||||
<td>
|
||||
<img alt="Public method" title="Public method" src="msdn2019/pubmethod.png"></img>
|
||||
|
||||
|
||||
|
||||
</td>
|
||||
<td>
|
||||
<a href="topic_0000000000000358.html">GetSample(ApiDescription, SampleDirection)</a>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Gets the request or response body samples.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr class="
|
||||
|
||||
|
||||
">
|
||||
<td>
|
||||
<img alt="Public method" title="Public method" src="msdn2019/pubmethod.png"></img>
|
||||
|
||||
|
||||
|
||||
</td>
|
||||
<td>
|
||||
<a href="topic_000000000000035A.html">GetSampleObject(Type)</a>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Gets the sample object that will be serialized by the formatters.
|
||||
First, it will look at the <a target="_top" href="topic_0000000000000354.html" onclick="this.target='';return true;">SampleObjects</a>. If no sample object is found, it will try to create
|
||||
one using <a target="_top" href=".html" onclick="this.target='';return true;">DefaultSampleObjectFactory</a> (which wraps an <a target="_top" href="topic_0000000000000377.html" onclick="this.target='';return true;">ObjectGenerator</a>) and other
|
||||
factories in <a target="_top" href="topic_0000000000000355.html" onclick="this.target='';return true;">SampleObjectFactories</a>.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr class="
|
||||
|
||||
|
||||
">
|
||||
<td>
|
||||
<img alt="Public method" title="Public method" src="msdn2019/pubmethod.png"></img>
|
||||
|
||||
|
||||
|
||||
</td>
|
||||
<td>
|
||||
<a href="topic_0000000000000356.html">GetSampleRequests(ApiDescription)</a>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Gets the request body samples for a given <a target="_top" href=".html" onclick="this.target='';return true;">ApiDescription</a>.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr class="
|
||||
|
||||
|
||||
">
|
||||
<td>
|
||||
<img alt="Public method" title="Public method" src="msdn2019/pubmethod.png"></img>
|
||||
|
||||
|
||||
|
||||
</td>
|
||||
<td>
|
||||
<a href="topic_0000000000000357.html">GetSampleResponses(ApiDescription)</a>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Gets the response body samples for a given <a target="_top" href=".html" onclick="this.target='';return true;">ApiDescription</a>.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr class="
|
||||
|
||||
|
||||
">
|
||||
<td>
|
||||
<img alt="Public method" title="Public method" src="msdn2019/pubmethod.png"></img>
|
||||
|
||||
|
||||
|
||||
</td>
|
||||
<td>
|
||||
<a href="topic_000000000000035B.html">ResolveHttpRequestMessageType(ApiDescription)</a>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Resolves 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.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr class="
|
||||
|
||||
|
||||
">
|
||||
<td>
|
||||
<img alt="Public method" title="Public method" src="msdn2019/pubmethod.png"></img>
|
||||
|
||||
|
||||
|
||||
</td>
|
||||
<td>
|
||||
<a href="topic_000000000000035C.html">ResolveType(ApiDescription, string, string, IEnumerable<String>, SampleDirection, out Collection<MediaTypeFormatter>)</a>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Resolves the type of the action parameter or return value when <a target="_top" href=".html" onclick="this.target='';return true;">HttpRequestMessage</a> or <a target="_top" href=".html" onclick="this.target='';return true;">HttpResponseMessage</a> is used.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr class="
|
||||
|
||||
|
||||
">
|
||||
<td>
|
||||
<img alt="Public method" title="Public method" src="msdn2019/pubmethod.png"></img>
|
||||
|
||||
|
||||
|
||||
</td>
|
||||
<td>
|
||||
<a href="topic_000000000000035D.html">WriteSampleObjectUsingFormatter(MediaTypeFormatter, object, Type, MediaTypeHeaderValue)</a>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Writes the sample object using formatter.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
@@ -352,13 +154,6 @@ Writes the sample object using formatter.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="section_container">
|
||||
<div class="section_heading">
|
||||
<span><a href="javascript:void(0)" title="Collapse" onclick="toggleSection(this);">Extension Methods</a></span>
|
||||
@@ -389,13 +184,13 @@ inheritedMember
|
||||
|
||||
</td>
|
||||
<td>
|
||||
<a href="topic_00000000000002E2.html">NameOf(this object)</a>
|
||||
<a href="topic_000000000000033D.html">NameOf(this object)</a>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
|
||||
(Defined by <a target="_top" href="topic_00000000000002E0.html" onclick="this.target='';return true;">NLogHelper</a>).
|
||||
(Defined by <a target="_top" href="topic_000000000000033B.html" onclick="this.target='';return true;">NLogHelper</a>).
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
@@ -420,8 +215,8 @@ inheritedMember
|
||||
|
||||
<div id="seeAlsoSection" class="section">
|
||||
<div>
|
||||
<a href="topic_0000000000000350.html">HelpPageSampleGenerator Class</a><br />
|
||||
<a href="topic_00000000000002F9.html">EDOKAAPI_NetFramework.Areas.HelpPage Namespace</a><br />
|
||||
<a href="topic_0000000000000350.html">SwaggerConfig Class</a><br />
|
||||
<a href="topic_0000000000000349.html">API_NetFramework Namespace</a><br />
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user