DefaultHtmlGeneratorExtensions.GenerateRouteForm 方法

定义

为路由生成窗体。

public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::AspNetCore::Mvc::Rendering::TagBuilder ^ GenerateRouteForm(Microsoft::AspNetCore::Mvc::ViewFeatures::IHtmlGenerator ^ generator, Microsoft::AspNetCore::Mvc::Rendering::ViewContext ^ viewContext, System::String ^ routeName, System::Object ^ routeValues, System::String ^ fragment, System::String ^ method, System::Object ^ htmlAttributes);
public static Microsoft.AspNetCore.Mvc.Rendering.TagBuilder GenerateRouteForm (this Microsoft.AspNetCore.Mvc.ViewFeatures.IHtmlGenerator generator, Microsoft.AspNetCore.Mvc.Rendering.ViewContext viewContext, string routeName, object routeValues, string fragment, string method, object htmlAttributes);
static member GenerateRouteForm : Microsoft.AspNetCore.Mvc.ViewFeatures.IHtmlGenerator * Microsoft.AspNetCore.Mvc.Rendering.ViewContext * string * obj * string * string * obj -> Microsoft.AspNetCore.Mvc.Rendering.TagBuilder
<Extension()>
Public Function GenerateRouteForm (generator As IHtmlGenerator, viewContext As ViewContext, routeName As String, routeValues As Object, fragment As String, method As String, htmlAttributes As Object) As TagBuilder

参数

viewContext
ViewContext

ViewContext

routeName
String

路线的南线。

routeValues
Object

路由值。

fragment
String

片段。

method
String

窗体方法。

htmlAttributes
Object

html 属性。

返回

TagBuilder

适用于