Click or drag to resize

ScribuntoWikiSiteExtensionsScribuntoLoadDataAsync Method

This is preliminary documentation and is subject to change.

Overload List
 NameDescription
Public Extension MethodScribuntoLoadDataAsyncT(WikiSite, String) Imports the Lua module with the specified name and gets the module content.
Public Extension MethodScribuntoLoadDataAsyncT(WikiSite, String, String) Imports the Lua module with the specified name and gets the module content.
Public Extension MethodScribuntoLoadDataAsyncT(WikiSite, String, JsonSerializerOptions) Imports the Lua module with the specified name and gets the module content.
Public Extension MethodScribuntoLoadDataAsyncT(WikiSite, String, CancellationToken) Imports the Lua module with the specified name and gets the module content.
Public Extension MethodScribuntoLoadDataAsyncT(WikiSite, String, String, CancellationToken) Imports the Lua module with the specified name and gets the module content.
Public Extension MethodScribuntoLoadDataAsyncT(WikiSite, String, JsonSerializerOptions, CancellationToken) Imports the Lua module with the specified name and gets the module content.
Public Extension MethodScribuntoLoadDataAsyncT(WikiSite, String, String, JsonSerializerOptions, CancellationToken) Imports the Lua module with the specified name and evaluates the specified Lua code with it.
Top
See Also