HttpSysOptions.UrlPrefixes 属性

定义

要注册到 Http.Sys 的 URL 前缀。 可能在处理侦听器之前随时对这些设置进行修改。 附加到现有队列时,前缀仅用于计算请求的 PathBase。

public:
 property Microsoft::AspNetCore::Server::HttpSys::UrlPrefixCollection ^ UrlPrefixes { Microsoft::AspNetCore::Server::HttpSys::UrlPrefixCollection ^ get(); };
public Microsoft.AspNetCore.Server.HttpSys.UrlPrefixCollection UrlPrefixes { get; }
member this.UrlPrefixes : Microsoft.AspNetCore.Server.HttpSys.UrlPrefixCollection
Public ReadOnly Property UrlPrefixes As UrlPrefixCollection

属性值

适用于