Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 507 Bytes

File metadata and controls

20 lines (13 loc) · 507 Bytes

Dnn.Resx

Loads the localized resources as dictionary / json.

Usage

Make a Http GET request with Dnn.ServicesFramework:

  • ModuleName: Dnn.Resx
  • Url: /Service/get
  • Parameters:
    • resource - e.g. DesktopModules/HTML/App_LocalResources/EditHtml.ascx
    • strategy - optional, either Verbatim or Underscores (default)

Example (for DNN9):
/API/Dnn.Resx/Service/get?resource=DesktopModules/HTML/App_LocalResources/EditHtml.ascx

Build

run .\build.cmd