ViewResult.ViewName 属性

定义

获取或设置呈现给响应的视图的名称或路径。

public:
 property System::String ^ ViewName { System::String ^ get(); void set(System::String ^ value); };
public string ViewName { get; set; }
public string? ViewName { get; set; }
member this.ViewName : string with get, set
Public Property ViewName As String

属性值

注解

当 时 null,默认为 ActionName

适用于