Interface IActionResult
public interface IActionResult
- Extension Methods
Properties
Uri
Uri Uri { get; set; }
Property Value
View
object View { get; set; }
Property Value
ViewModel
object ViewModel { get; set; }
public interface IActionResult
Uri Uri { get; set; }
object View { get; set; }
object ViewModel { get; set; }