.NET CIL Browser - CilBrowser.Core

Type: CilBrowser.Core.HtmlAttribute

Types in CilBrowser.Core namespace:

AssemblyServer

CilBrowserOptions

FileUtils

HtmlAttribute

HtmlBuilder

HtmlGenerator

ServerBase

SourceServer

Utils

WebsiteGenerator

.class public auto ansi beforefieldinit CilBrowser.Core.HtmlAttribute
extends [netstandard]System.Object
{

 .field private string '<Name>k__BackingField'
 .custom instance void [netstandard]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() = ( 01 00 00 00 )
 .custom instance void [netstandard]System.Diagnostics.DebuggerBrowsableAttribute::.ctor(valuetype [netstandard]System.Diagnostics.DebuggerBrowsableState) = ( 01 00 00 00 00 00 00 00 )

 .field private string '<Value>k__BackingField'
 .custom instance void [netstandard]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() = ( 01 00 00 00 )
 .custom instance void [netstandard]System.Diagnostics.DebuggerBrowsableAttribute::.ctor(valuetype [netstandard]System.Diagnostics.DebuggerBrowsableState) = ( 01 00 00 00 00 00 00 00 )


 .property instance string Name()
 {
  .get instance string CilBrowser.Core.HtmlAttribute::get_Name()
  .set instance void CilBrowser.Core.HtmlAttribute::set_Name(string)
 }

 .property instance string Value()
 {
  .get instance string CilBrowser.Core.HtmlAttribute::get_Value()
  .set instance void CilBrowser.Core.HtmlAttribute::set_Value(string)
 }

 .method public hidebysig specialname rtspecialname instance void .ctor() cil managed
 {
  .maxstack  8

           ldarg.0      
           call         instance void [netstandard]System.Object::.ctor()
           nop          
           nop          
           ldarg.0      
           ldsfld       string [netstandard]System.String::Empty
           call         instance void CilBrowser.Core.HtmlAttribute::set_Value(string)
           nop          
           ret          
 }

 .method public hidebysig specialname rtspecialname instance void .ctor(
     string name, 
     string val
 ) cil managed
 {
  .maxstack  8

           ldarg.0      
           call         instance void [netstandard]System.Object::.ctor()
           nop          
           nop          
           ldarg.0      
           ldarg.1      
           call         instance void CilBrowser.Core.HtmlAttribute::set_Name(string)
           nop          
           ldarg.0      
           ldarg.2      
           call         instance void CilBrowser.Core.HtmlAttribute::set_Value(string)
           nop          
           ret          
 }

 .method public hidebysig specialname instance string get_Name() cil managed
 {
  .custom instance void [netstandard]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() = ( 01 00 00 00 )
  .maxstack  8

           ldarg.0      
           ldfld        string CilBrowser.Core.HtmlAttribute::'<Name>k__BackingField'
           ret          
 }

 .method public hidebysig specialname instance void set_Name(
     string 'value'
 ) cil managed
 {
  .custom instance void [netstandard]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() = ( 01 00 00 00 )
  .maxstack  8

           ldarg.0      
           ldarg.1      
           stfld        string CilBrowser.Core.HtmlAttribute::'<Name>k__BackingField'
           ret          
 }

 .method public hidebysig specialname instance string get_Value() cil managed
 {
  .custom instance void [netstandard]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() = ( 01 00 00 00 )
  .maxstack  8

           ldarg.0      
           ldfld        string CilBrowser.Core.HtmlAttribute::'<Value>k__BackingField'
           ret          
 }

 .method public hidebysig specialname instance void set_Value(
     string 'value'
 ) cil managed
 {
  .custom instance void [netstandard]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor() = ( 01 00 00 00 )
  .maxstack  8

           ldarg.0      
           ldarg.1      
           stfld        string CilBrowser.Core.HtmlAttribute::'<Value>k__BackingField'
           ret          
 }

}

Back to table of contents


Generated by CIL Browser