View Source
Class HelpController
Inheritance
System.Object
Microsoft.AspNetCore.Mvc.ControllerBase
Assembly: Umbraco.Web.BackOffice.dll
Syntax
public class HelpController : UmbracoAuthorizedJsonController
Constructors
View Source
HelpController(ILogger<HelpController>, IOptionsMonitor<HelpPageSettings>)
Declaration
[ActivatorUtilitiesConstructor]
public HelpController(ILogger<HelpController> logger, IOptionsMonitor<HelpPageSettings> helpPageSettings)
Parameters
Type |
Name |
Description |
Microsoft.Extensions.Logging.ILogger<HelpController> |
logger |
|
Microsoft.Extensions.Options.IOptionsMonitor<HelpPageSettings> |
helpPageSettings |
|
Methods
View Source
GetContextHelpForPage(String, String, String)
Declaration
public async Task<List<HelpPage>> GetContextHelpForPage(string section, string tree, string baseUrl = "https://our.umbraco.com")
Parameters
Type |
Name |
Description |
System.String |
section |
|
System.String |
tree |
|
System.String |
baseUrl |
|
Returns