View Source
Class HelpController
Inheritance
System.Object
Assembly: Umbraco.Web.dll
Syntax
public class HelpController : UmbracoAuthorizedJsonController, IDiscoverable
Constructors
View Source
HelpController(IHelpPageSettings)
Declaration
public HelpController(IHelpPageSettings helpPageSettings)
Parameters
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
Type |
Description |
System.Threading.Tasks.Task<System.Collections.Generic.List<HelpPage>> |
|