Show / Hide Table of Contents

Class VirtualFileSystemApplicationBuilderExtensions

Inheritance
System.Object
VirtualFileSystemApplicationBuilderExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Microsoft.AspNetCore.Builder
Assembly: Volo.Abp.AspNetCore.dll
Syntax
public static class VirtualFileSystemApplicationBuilderExtensions

Methods

UseVirtualFiles(IApplicationBuilder, Action<StaticFileOptions>)

Declaration
public static IApplicationBuilder UseVirtualFiles(this IApplicationBuilder app, Action<StaticFileOptions> configure = null)
Parameters
Type Name Description
Microsoft.AspNetCore.Builder.IApplicationBuilder app
System.Action<Microsoft.AspNetCore.Builder.StaticFileOptions> configure
Returns
Type Description
Microsoft.AspNetCore.Builder.IApplicationBuilder
Back to top Powered by Volosoft