Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Framework
Mvc
Helpers
HtmlMarkupHelper
C# Class Framework.Mvc.Helpers.HtmlMarkupHelper
Provides helper method for HTML markup generation.
Exibir arquivo
Open project: coreframework/Core-Framework
Public Methods
Method
Description
GenerateId
(
String
name
) :
String
Generate HTML element id using name.
Method Details
GenerateId()
public
static
method
Generate HTML element id using name.
public
static
GenerateId
(
String
name
) :
String
name
String
HTML element name.
return
String