共用方式為


OutgoingWebResponseContext.SetStatusAsCreated(Uri) 方法

定義

將傳出的 Web 回應之 HTTP 狀態碼設定為 Created,並將 Location 標頭設定為提供的 URI。

public:
 void SetStatusAsCreated(Uri ^ locationUri);
public void SetStatusAsCreated (Uri locationUri);
member this.SetStatusAsCreated : Uri -> unit
Public Sub SetStatusAsCreated (locationUri As Uri)

參數

locationUri
Uri

要求資源的 Uri 執行個體。

適用於