StatusCodeResult.IStatusCodeActionResult.StatusCode 屬性

定義

property Nullable<int> Microsoft::AspNetCore::Mvc::Infrastructure::IStatusCodeActionResult::StatusCode { Nullable<int> get(); };
int? Microsoft.AspNetCore.Mvc.Infrastructure.IStatusCodeActionResult.StatusCode { get; }
member this.Microsoft.AspNetCore.Mvc.Infrastructure.IStatusCodeActionResult.StatusCode : Nullable<int>
 ReadOnly Property StatusCode As Nullable(Of Integer) Implements IStatusCodeActionResult.StatusCode

屬性值

實作

適用於