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>CollectionModelDescription.ElementDescription Property</title>
|
||||
<title>HelpPageConfigurationExtensions.GetHelpPageApiModel Method</title>
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="msdn2019/toc.css" />
|
||||
<script src="msdn2019/toc.js"></script>
|
||||
@@ -74,11 +74,11 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
|
||||
</div>
|
||||
|
||||
<div id="mainBody">
|
||||
<h1 class="title">CollectionModelDescription.ElementDescription Property</h1>
|
||||
<h1 class="title">HelpPageConfigurationExtensions.GetHelpPageApiModel Method</h1>
|
||||
|
||||
<div class="metadata">
|
||||
Namespace:
|
||||
<a href="topic_0000000000000317.html">EDOKAAPI_NetFramework.Areas.HelpPage.ModelDescriptions</a>
|
||||
<a href="topic_00000000000002F9.html">EDOKAAPI_NetFramework.Areas.HelpPage</a>
|
||||
|
||||
|
||||
|
||||
@@ -89,6 +89,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
|
||||
|
||||
|
||||
|
||||
<summary-info>Gets the model that represents an API displayed on the help page. The model is initialized on the first call and cached for subsequent calls.</summary-info>
|
||||
|
||||
|
||||
|
||||
@@ -138,7 +139,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
|
||||
</div>
|
||||
|
||||
<div class="codeSnippetCode codeVB">
|
||||
<pre xml:space="preserve" class="brush: vb">Public Property ElementDescription() As <a target="_top" href="topic_000000000000032B.html" onclick="this.target='';return true;">ModelDescription</a></pre>
|
||||
<pre xml:space="preserve" class="brush: vb"><Extension()> _ <br />Public Shared Function GetHelpPageApiModel( _ <br /> ByVal <i>config</i> As <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.web.http.httpconfiguration">HttpConfiguration</a>, _ <br /> ByVal <i>apiDescriptionId</i> As <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">String</a> _ <br />) As <a target="_top" href="topic_0000000000000344.html" onclick="this.target='';return true;">HelpPageApiModel</a></pre>
|
||||
</div>
|
||||
<div class="codeSnippetCode codeNA">
|
||||
<pre xml:space="preserve">This language is not supported or no code example is available.</pre>
|
||||
@@ -177,7 +178,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
|
||||
</div>
|
||||
|
||||
<div class="codeSnippetCode codeCsharp">
|
||||
<pre xml:space="preserve" class="brush: csharp">public <a target="_top" href="topic_000000000000032B.html" onclick="this.target='';return true;">ModelDescription</a> ElementDescription {get; set;}</pre>
|
||||
<pre xml:space="preserve" class="brush: csharp">public static <a target="_top" href="topic_0000000000000344.html" onclick="this.target='';return true;">HelpPageApiModel</a> GetHelpPageApiModel( <br /> this <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.web.http.httpconfiguration">HttpConfiguration</a> <i>config</i>, <br /> <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">string</a> <i>apiDescriptionId</i> <br />)</pre>
|
||||
</div>
|
||||
<div class="codeSnippetCode codeNA">
|
||||
<pre xml:space="preserve">This language is not supported or no code example is available.</pre>
|
||||
@@ -217,7 +218,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
|
||||
</div>
|
||||
|
||||
<div class="codeSnippetCode codeCpp">
|
||||
<pre xml:space="preserve" class="brush: cpp">public: <br />property <a target="_top" href="topic_000000000000032B.html" onclick="this.target='';return true;">ModelDescription</a>^ ElementDescription { <br /> <a target="_top" href="topic_000000000000032B.html" onclick="this.target='';return true;">ModelDescription</a>^ get( ); <br /> void set( <br /> <a target="_top" href="topic_000000000000032B.html" onclick="this.target='';return true;">ModelDescription</a>^ value <br /> ); <br />}</pre>
|
||||
<pre xml:space="preserve" class="brush: cpp">[Extension()] <br />public: <br />static <a target="_top" href="topic_0000000000000344.html" onclick="this.target='';return true;">HelpPageApiModel</a>^ GetHelpPageApiModel( <br /> <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.web.http.httpconfiguration">HttpConfiguration</a>^ <i>config</i>, <br /> <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">String</a>^ <i>apiDescriptionId</i> <br />) </pre>
|
||||
</div>
|
||||
<div class="codeSnippetCode codeNA">
|
||||
<pre xml:space="preserve">This language is not supported or no code example is available.</pre>
|
||||
@@ -256,7 +257,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
|
||||
</div>
|
||||
|
||||
<div class="codeSnippetCode codeJScript">
|
||||
<pre xml:space="preserve" class="brush: js">public function get ElementDescription() : <a target="_top" href="topic_000000000000032B.html" onclick="this.target='';return true;">ModelDescription</a>; <br />public function set ElementDescription(value : <a target="_top" href="topic_000000000000032B.html" onclick="this.target='';return true;">ModelDescription</a>);</pre>
|
||||
<pre xml:space="preserve" class="brush: js">public <br /> Extension() <br />static function GetHelpPageApiModel( <br /> <i>config</i> : <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.web.http.httpconfiguration">HttpConfiguration</a>, <br /> <i>apiDescriptionId</i> : <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">String</a> <br />) : <a target="_top" href="topic_0000000000000344.html" onclick="this.target='';return true;">HelpPageApiModel</a>;</pre>
|
||||
</div>
|
||||
<div class="codeSnippetCode codeNA">
|
||||
<pre xml:space="preserve">This language is not supported or no code example is available.</pre>
|
||||
@@ -267,10 +268,42 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
|
||||
</div>
|
||||
|
||||
|
||||
<h4 class="subHeading">
|
||||
Parameters</h4><dl paramName="config" class="parameterList">
|
||||
<dt>
|
||||
<span class="parameter">
|
||||
config
|
||||
</span>
|
||||
</dt>
|
||||
<dd>
|
||||
<a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.web.http.httpconfiguration">HttpConfiguration</a>
|
||||
</dd>
|
||||
</dl>
|
||||
<p>
|
||||
The <a target="_top" href=".html" onclick="this.target='';return true;">HttpConfiguration</a>.
|
||||
</p>
|
||||
<dl paramName="apiDescriptionId" class="parameterList">
|
||||
<dt>
|
||||
<span class="parameter">
|
||||
apiDescriptionId
|
||||
</span>
|
||||
</dt>
|
||||
<dd>
|
||||
<a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">string</a>
|
||||
</dd>
|
||||
</dl>
|
||||
<p>
|
||||
The <a target="_top" href=".html" onclick="this.target='';return true;">ApiDescription</a> ID.
|
||||
</p>
|
||||
|
||||
<p />
|
||||
|
||||
<h4 class="subHeading">
|
||||
Property Value</h4>
|
||||
<a target="_top" href="topic_000000000000032B.html" onclick="this.target='';return true;">ModelDescription</a>
|
||||
Return Value</h4>
|
||||
<a target="_top" href="topic_0000000000000344.html" onclick="this.target='';return true;">HelpPageApiModel</a>
|
||||
<p>
|
||||
An <a target="_top" href="topic_0000000000000344.html" onclick="this.target='';return true;">HelpPageApiModel</a>
|
||||
</p>
|
||||
|
||||
|
||||
|
||||
@@ -359,11 +392,11 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
|
||||
|
||||
<div id="seeAlsoSection" class="section">
|
||||
<div>
|
||||
<a href="topic_0000000000000318.html">CollectionModelDescription Class</a><br />
|
||||
<a href="topic_0000000000000309.html">HelpPageConfigurationExtensions Class</a><br />
|
||||
|
||||
|
||||
|
||||
<a href="topic_0000000000000317.html">EDOKAAPI_NetFramework.Areas.HelpPage.ModelDescriptions Namespace</a><br />
|
||||
<a href="topic_00000000000002F9.html">EDOKAAPI_NetFramework.Areas.HelpPage Namespace</a><br />
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user