ControllerBase.ProblemDetailsFactory Özellik
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
öğesini alır veya ayarlar 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