DefaultHtmlGeneratorExtensions.GenerateRouteForm Method      
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Generates a form for a route.
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
	Parameters
- generator
 - IHtmlGenerator
 
The IHtmlGenerator.
- viewContext
 - ViewContext
 
The ViewContext.
- routeName
 - String
 
The nam eof the route.
- routeValues
 - Object
 
The route values.
- fragment
 - String
 
The fragment.
- method
 - String
 
The form method.
- htmlAttributes
 - Object
 
The html attributes.
Returns
The TagBuilder.