SharedOptionsBase<T>.SharedOptions Property

 

Options common to several middleware components

Namespace:   Microsoft.Owin.StaticFiles.Infrastructure
Assembly:  Microsoft.Owin.StaticFiles (in Microsoft.Owin.StaticFiles.dll)

Syntax

protected SharedOptions SharedOptions { get; private set; }
protected:
property SharedOptions^ SharedOptions {
    SharedOptions^ get();
    private: void set(SharedOptions^ value);
}
member SharedOptions : SharedOptions with get, private set
Protected Property SharedOptions As SharedOptions
    Get
    Private Set
End Property

Property Value

Type: Microsoft.Owin.StaticFiles.Infrastructure.SharedOptions

Returns SharedOptions.

See Also

SharedOptionsBase<T> Class
Microsoft.Owin.StaticFiles.Infrastructure Namespace

Return to top