+<#
+ If MvcHost.IsPartialView Then
+ ' Do nothing.
+ ElseIf MvcHost.IsContentPage Then
+ PopIndent()
+#>
+
+<#
+ Else
+ PopIndent()
+#>
+
+
+<# End If #>
+<#+
+ ReadOnly Property MvcHost As MvcTextTemplateHost
+ Get
+ Return DirectCast(Host, MvcTextTemplateHost)
+ End Get
+ End Property
+
+ Public Function GetViewPageType() As String
+ Dim viewDataTypeName As String = MvcHost.ViewDataTypeName
+ If Not String.IsNullOrEmpty(viewDataTypeName) Then
+ Return String.Format("(Of {0})", viewDataTypeName)
+ End If
+ Return String.Empty
+ End Function
+#>
\ No newline at end of file