Share via


IAppLoader.Load Method (String, IList<String>)

 

Attempts to find the entry point for a given configuration string.

Namespace:   Microsoft.Owin.Hosting.Loader
Assembly:  Microsoft.Owin.Hosting (in Microsoft.Owin.Hosting.dll)

Syntax

Action<IAppBuilder> Load(
    string appName,
    IList<string> errors
)
Action<IAppBuilder^>^ Load(
    String^ appName,
    IList<String^>^ errors
)
abstract Load : 
        appName:string *
        errors:IList<string> -> Action<IAppBuilder>
Function Load (
    appName As String,
    errors As IList(Of String)
) As Action(Of IAppBuilder)

Parameters

Return Value

Type: System.Action<IAppBuilder>

Returns Action<T>.

See Also

IAppLoader Interface
Microsoft.Owin.Hosting.Loader Namespace

Return to top