fix SoftNcRunner GM code normalization.
This commit is contained in:
@@ -268,8 +268,8 @@ Class ManualUtil
|
||||
|
||||
<a id="Hi_Common_ManualUtil_GetTitle_" data-uid="Hi.Common.ManualUtil.GetTitle*"></a>
|
||||
|
||||
<h3 id="Hi_Common_ManualUtil_GetTitle_System_String_" data-uid="Hi.Common.ManualUtil.GetTitle(System.String)">
|
||||
GetTitle(string)
|
||||
<h3 id="Hi_Common_ManualUtil_GetTitle_System_String_Microsoft_Extensions_Logging_ILogger_" data-uid="Hi.Common.ManualUtil.GetTitle(System.String,Microsoft.Extensions.Logging.ILogger)">
|
||||
GetTitle(string, ILogger)
|
||||
|
||||
</h3>
|
||||
|
||||
@@ -278,13 +278,16 @@ Class ManualUtil
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static string GetTitle(string urlTemplate)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public static string GetTitle(string urlTemplate, ILogger logger)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>urlTemplate</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||||
<dd><p>URL template containing culture placeholder.</p>
|
||||
</dd>
|
||||
<dt><code>logger</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.extensions.logging.ilogger">ILogger</a></dt>
|
||||
<dd><p>The logger instance.</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user