/api/autoapi/Microsoft/AspNetCore/Mvc/ViewFeatures/Internal/index.rst

https://gitlab.com/mayakarya/Docs · ReStructuredText · 447 lines · 111 code · 336 blank · 0 comment · 0 complexity · 36f6b6faa1cfed12d5692f7d8e460119 MD5 · raw file

  1. Microsoft.AspNetCore.Mvc.ViewFeatures.Internal Namespace
  2. ========================================================
  3. .. toctree::
  4. :hidden:
  5. :maxdepth: 2
  6. /autoapi/Microsoft/AspNetCore/Mvc/ViewFeatures/Internal/AutoValidateAntiforgeryTokenAuthorizationFilter/index
  7. /autoapi/Microsoft/AspNetCore/Mvc/ViewFeatures/Internal/CachedExpressionCompiler/index
  8. /autoapi/Microsoft/AspNetCore/Mvc/ViewFeatures/Internal/DefaultDisplayTemplates/index
  9. /autoapi/Microsoft/AspNetCore/Mvc/ViewFeatures/Internal/DefaultEditorTemplates/index
  10. /autoapi/Microsoft/AspNetCore/Mvc/ViewFeatures/Internal/DynamicViewData/index
  11. /autoapi/Microsoft/AspNetCore/Mvc/ViewFeatures/Internal/ExpressionHelper/index
  12. /autoapi/Microsoft/AspNetCore/Mvc/ViewFeatures/Internal/ExpressionMetadataProvider/index
  13. /autoapi/Microsoft/AspNetCore/Mvc/ViewFeatures/Internal/ExpressionTextCache/index
  14. /autoapi/Microsoft/AspNetCore/Mvc/ViewFeatures/Internal/IViewBufferScope/index
  15. /autoapi/Microsoft/AspNetCore/Mvc/ViewFeatures/Internal/MemoryPoolViewBufferScope/index
  16. /autoapi/Microsoft/AspNetCore/Mvc/ViewFeatures/Internal/MvcViewOptionsSetup/index
  17. /autoapi/Microsoft/AspNetCore/Mvc/ViewFeatures/Internal/NullView/index
  18. /autoapi/Microsoft/AspNetCore/Mvc/ViewFeatures/Internal/PagedBufferedTextWriter/index
  19. /autoapi/Microsoft/AspNetCore/Mvc/ViewFeatures/Internal/PartialViewResultExecutor/index
  20. /autoapi/Microsoft/AspNetCore/Mvc/ViewFeatures/Internal/SaveTempDataFilter/index
  21. /autoapi/Microsoft/AspNetCore/Mvc/ViewFeatures/Internal/TempDataMvcOptionsSetup/index
  22. /autoapi/Microsoft/AspNetCore/Mvc/ViewFeatures/Internal/TemplateBuilder/index
  23. /autoapi/Microsoft/AspNetCore/Mvc/ViewFeatures/Internal/TemplateRenderer/index
  24. /autoapi/Microsoft/AspNetCore/Mvc/ViewFeatures/Internal/ValidateAntiforgeryTokenAuthorizationFilter/index
  25. /autoapi/Microsoft/AspNetCore/Mvc/ViewFeatures/Internal/ValidationHelpers/index
  26. /autoapi/Microsoft/AspNetCore/Mvc/ViewFeatures/Internal/ViewBuffer/index
  27. /autoapi/Microsoft/AspNetCore/Mvc/ViewFeatures/Internal/ViewBufferPage/index
  28. /autoapi/Microsoft/AspNetCore/Mvc/ViewFeatures/Internal/ViewBufferTextWriter/index
  29. /autoapi/Microsoft/AspNetCore/Mvc/ViewFeatures/Internal/ViewBufferValue/index
  30. /autoapi/Microsoft/AspNetCore/Mvc/ViewFeatures/Internal/ViewComponentInvokerCache/index
  31. /autoapi/Microsoft/AspNetCore/Mvc/ViewFeatures/Internal/ViewComponentResultExecutor/index
  32. /autoapi/Microsoft/AspNetCore/Mvc/ViewFeatures/Internal/ViewResultExecutor/index
  33. .. toctree::
  34. :hidden:
  35. :maxdepth: 2
  36. .. dn:namespace:: Microsoft.AspNetCore.Mvc.ViewFeatures.Internal
  37. .. rubric:: Interfaces
  38. interface :dn:iface:`IViewBufferScope`
  39. .. object: type=interface name=Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.IViewBufferScope
  40. Creates and manages the lifetime of :any:`ViewBufferValue[]` instances.
  41. .. rubric:: Classes
  42. class :dn:cls:`AutoValidateAntiforgeryTokenAuthorizationFilter`
  43. .. object: type=class name=Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.AutoValidateAntiforgeryTokenAuthorizationFilter
  44. class :dn:cls:`CachedExpressionCompiler`
  45. .. object: type=class name=Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.CachedExpressionCompiler
  46. class :dn:cls:`DefaultDisplayTemplates`
  47. .. object: type=class name=Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.DefaultDisplayTemplates
  48. class :dn:cls:`DefaultEditorTemplates`
  49. .. object: type=class name=Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.DefaultEditorTemplates
  50. class :dn:cls:`DynamicViewData`
  51. .. object: type=class name=Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.DynamicViewData
  52. class :dn:cls:`ExpressionHelper`
  53. .. object: type=class name=Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.ExpressionHelper
  54. class :dn:cls:`ExpressionMetadataProvider`
  55. .. object: type=class name=Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.ExpressionMetadataProvider
  56. class :dn:cls:`ExpressionTextCache`
  57. .. object: type=class name=Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.ExpressionTextCache
  58. This class holds the cache for the expression text that is computed by ExpressionHelper.
  59. class :dn:cls:`MemoryPoolViewBufferScope`
  60. .. object: type=class name=Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.MemoryPoolViewBufferScope
  61. A :any:`Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.IViewBufferScope` that uses pooled memory.
  62. class :dn:cls:`MvcViewOptionsSetup`
  63. .. object: type=class name=Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.MvcViewOptionsSetup
  64. Sets up default options for :any:`Microsoft.AspNetCore.Mvc.MvcViewOptions`\.
  65. class :dn:cls:`NullView`
  66. .. object: type=class name=Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.NullView
  67. class :dn:cls:`PagedBufferedTextWriter`
  68. .. object: type=class name=Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.PagedBufferedTextWriter
  69. class :dn:cls:`PartialViewResultExecutor`
  70. .. object: type=class name=Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.PartialViewResultExecutor
  71. Finds and executes an :any:`Microsoft.AspNetCore.Mvc.ViewEngines.IView` for a :any:`Microsoft.AspNetCore.Mvc.PartialViewResult`\.
  72. class :dn:cls:`SaveTempDataFilter`
  73. .. object: type=class name=Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.SaveTempDataFilter
  74. A filter that saves temp data.
  75. class :dn:cls:`TempDataMvcOptionsSetup`
  76. .. object: type=class name=Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.TempDataMvcOptionsSetup
  77. Sets up default options for :any:`Microsoft.AspNetCore.Mvc.MvcOptions`\.
  78. class :dn:cls:`TemplateBuilder`
  79. .. object: type=class name=Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.TemplateBuilder
  80. class :dn:cls:`TemplateRenderer`
  81. .. object: type=class name=Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.TemplateRenderer
  82. class :dn:cls:`ValidateAntiforgeryTokenAuthorizationFilter`
  83. .. object: type=class name=Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.ValidateAntiforgeryTokenAuthorizationFilter
  84. class :dn:cls:`ValidationHelpers`
  85. .. object: type=class name=Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.ValidationHelpers
  86. class :dn:cls:`ViewBuffer`
  87. .. object: type=class name=Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.ViewBuffer
  88. An :any:`Microsoft.AspNetCore.Html.IHtmlContentBuilder` that is backed by a buffer provided by :any:`Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.IViewBufferScope`\.
  89. class :dn:cls:`ViewBufferPage`
  90. .. object: type=class name=Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.ViewBufferPage
  91. class :dn:cls:`ViewBufferTextWriter`
  92. .. object: type=class name=Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.ViewBufferTextWriter
  93. <p>
  94. A :any:`System.IO.TextWriter` that is backed by a unbuffered writer (over the Response stream) and/or a
  95. :any:`Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.ViewBuffer`
  96. </p>
  97. <p>
  98. When <code>Flush</code> or <code>FlushAsync</code> is invoked, the writer copies all content from the buffer to
  99. the writer and switches to writing to the unbuffered writer for all further write operations.
  100. </p>
  101. class :dn:cls:`ViewComponentInvokerCache`
  102. .. object: type=class name=Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.ViewComponentInvokerCache
  103. class :dn:cls:`ViewComponentResultExecutor`
  104. .. object: type=class name=Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.ViewComponentResultExecutor
  105. class :dn:cls:`ViewResultExecutor`
  106. .. object: type=class name=Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.ViewResultExecutor
  107. Finds and executes an :any:`Microsoft.AspNetCore.Mvc.ViewEngines.IView` for a :any:`Microsoft.AspNetCore.Mvc.ViewResult`\.
  108. .. rubric:: Structures
  109. struct :dn:struct:`ViewBufferValue`
  110. .. object: type=struct name=Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.ViewBufferValue
  111. Encapsulates a string or :any:`Microsoft.AspNetCore.Html.IHtmlContent` value.