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

属性值

实现

适用于