parent
27a641f4bf
commit
8d1e419a99
|
|
@ -52,10 +52,16 @@ namespace Microsoft.AspNetCore.Mvc
|
||||||
public ITempDataDictionary TempData { get; set; }
|
public ITempDataDictionary TempData { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
/// <para>
|
||||||
|
/// This property is unused and will be removed in the next major version.
|
||||||
|
/// </para>
|
||||||
|
/// <para>
|
||||||
/// Gets or sets the <see cref="IViewEngine"/> used to locate views.
|
/// Gets or sets the <see cref="IViewEngine"/> used to locate views.
|
||||||
|
/// </para>
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <remarks>When <c>null</c>, an instance of <see cref="ICompositeViewEngine"/> from
|
/// <remarks>When <c>null</c>, an instance of <see cref="ICompositeViewEngine"/> from
|
||||||
/// <c>ActionContext.HttpContext.RequestServices</c> is used.</remarks>
|
/// <c>ActionContext.HttpContext.RequestServices</c> is used.</remarks>
|
||||||
|
[Obsolete("This property is unused and will be removed in the next major version.")]
|
||||||
public IViewEngine ViewEngine { get; set; }
|
public IViewEngine ViewEngine { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue