C# 클래스 AspNet.Mvc.TypedRouting.Test.LinkGeneration.HtmlHelperExtensionsTest.TestHtmlContent

상속: IHtmlContent
파일 보기 프로젝트 열기: ivaylokenov/AspNet.Mvc.TypedRouting

공개 메소드들

메소드 설명
TestHtmlContent ( string linkText, string routeName, string protocol, string hostname, string fragment, object routeValues, object htmlAttributes ) : System.IO
TestHtmlContent ( string linkText, string actionName, string controllerName, string protocol, string hostname, string fragment, object routeValues, object htmlAttributes ) : System.IO
WriteTo ( TextWriter writer, Microsoft.Extensions.WebEncoders.HtmlEncoder encoder ) : void

메소드 상세

TestHtmlContent() 공개 메소드

public TestHtmlContent ( string linkText, string routeName, string protocol, string hostname, string fragment, object routeValues, object htmlAttributes ) : System.IO
linkText string
routeName string
protocol string
hostname string
fragment string
routeValues object
htmlAttributes object
리턴 System.IO

TestHtmlContent() 공개 메소드

public TestHtmlContent ( string linkText, string actionName, string controllerName, string protocol, string hostname, string fragment, object routeValues, object htmlAttributes ) : System.IO
linkText string
actionName string
controllerName string
protocol string
hostname string
fragment string
routeValues object
htmlAttributes object
리턴 System.IO

WriteTo() 공개 메소드

public WriteTo ( TextWriter writer, Microsoft.Extensions.WebEncoders.HtmlEncoder encoder ) : void
writer System.IO.TextWriter
encoder Microsoft.Extensions.WebEncoders.HtmlEncoder
리턴 void