ControllerBase.ProblemDetailsFactory Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Obtiene o establece el ProblemDetailsFactory.
public:
property Microsoft::AspNetCore::Mvc::Infrastructure::ProblemDetailsFactory ^ ProblemDetailsFactory { Microsoft::AspNetCore::Mvc::Infrastructure::ProblemDetailsFactory ^ get(); void set(Microsoft::AspNetCore::Mvc::Infrastructure::ProblemDetailsFactory ^ value); };
public Microsoft.AspNetCore.Mvc.Infrastructure.ProblemDetailsFactory ProblemDetailsFactory { get; set; }
member this.ProblemDetailsFactory : Microsoft.AspNetCore.Mvc.Infrastructure.ProblemDetailsFactory with get, set
Public Property ProblemDetailsFactory As ProblemDetailsFactory