一款简单易用的基础网络通讯组件库。

HttpStaticPagePluginAddFolder 方法

添加静态文件目录

Definition

命名空间: TouchSocket.Http
程序集: TouchSocket.Http (在 TouchSocket.Http.dll 中) 版本:3.0.0+ccaf96084d09f972257496d1dd63b8ba3c1e44f0
C#
public void AddFolder(
	string path,
	string prefix = "/",
	string filter = "*.*",
	TimeSpan? timeout = null
)

参数

path  String
Static content path
prefix  String  (Optional)
Cache prefix (default is "/")
filter  String  (Optional)
Cache filter (default is "*.*")
timeout  NullableTimeSpan  (Optional)
Refresh cache millisecondsTimeout (default is 1 hour)

参见